changeset 41778:19e76eadbf86

(reveal-mode): Fix reveal-mode's lighter.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 07:39:45 +0000
parents ca6dfcb53a03
children d31a6beb070e
files lisp/reveal.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/reveal.el	Sun Dec 02 07:39:23 2001 +0000
+++ b/lisp/reveal.el	Sun Dec 02 07:39:45 2001 +0000
@@ -132,7 +132,7 @@
 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)