branch: externals/guess-language
commit 7c1fa87dd8f0cc205b29c293f2f51549e17c6b42
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>

    Fix :lighter for minor mode.
---
 guess-language.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guess-language.el b/guess-language.el
index 59396a7..c642fea 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -202,7 +202,7 @@ correctly."
   ;; The initial value.
   :init-value nil
   ;; The indicator for the mode line.
-  :lighter '(:eval (format " (%s)" (or ispell-local-dictionary "default")))
+  :lighter (:eval (format " (%s)" (or ispell-local-dictionary "default")))
   :global nil
   :group 'guess-language
   (if guess-language-mode

Reply via email to