emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm e841a3ca04 09/11: Fix error in some previous defface


From: ELPA Syncer
Subject: [nongnu] elpa/helm e841a3ca04 09/11: Fix error in some previous defface changes
Date: Mon, 4 Jul 2022 02:58:45 -0400 (EDT)

branch: elpa/helm
commit e841a3ca04ad68406dae6a43d9c628afd0ab52df
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]