branch: elpa/helm
commit e841a3ca04ad68406dae6a43d9c628afd0ab52df
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix error in some previous defface changes
---
helm-eshell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm-eshell.el b/helm-eshell.el
index 53541b1bfd..c41b19132c 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -367,12 +367,12 @@ at point."
(defface helm-eshell-prompts-promptidx
`((t ,@(and (>= emacs-major-version 27) '(:extend t))
:foreground "cyan"))
- "Face used to highlight Eshell prompt index."-faces)
+ "Face used to highlight Eshell prompt index.")
(defface helm-eshell-prompts-buffer-name
`((t ,@(and (>= emacs-major-version 27) '(:extend t))
:foreground "green"))
- "Face used to highlight Eshell buffer name."-faces)
+ "Face used to highlight Eshell buffer name.")
(defcustom helm-eshell-prompts-promptidx-p t
"Show prompt number."