]> git.eshelyaron.com Git - emacs.git/commitdiff
(reveal-mode): Fix reveal-mode's lighter.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:39:45 +0000 (07:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:39:45 +0000 (07:39 +0000)
lisp/reveal.el

index d9754557475a54f4957db5a0a5424c21f17598d6..9b6ba28f4f0378aae4f678a76e5e4278f8227a85 100644 (file)
@@ -132,7 +132,7 @@ Reveal mode renders invisible text around point visible again.
 Interactively, with no prefix argument, toggle the mode.
 With universal prefix ARG (or if ARG is nil) turn mode on.
 With zero or negative ARG turn mode off."
-  :lighter "Reveal"
+  :lighter (global-reveal-mode nil " Reveal")
   (if reveal-mode
       (progn
        (set (make-local-variable 'search-invisible) t)