emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/reveal.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/reveal.el
Date: Sun, 02 Dec 2001 02:39:45 -0500

Index: emacs/lisp/reveal.el
diff -c emacs/lisp/reveal.el:1.1 emacs/lisp/reveal.el:1.2
*** emacs/lisp/reveal.el:1.1    Wed Nov 28 02:12:25 2001
--- emacs/lisp/reveal.el        Sun Dec  2 02:39:45 2001
***************
*** 132,138 ****
  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"
    (if reveal-mode
        (progn
        (set (make-local-variable 'search-invisible) t)
--- 132,138 ----
  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 (global-reveal-mode nil " Reveal")
    (if reveal-mode
        (progn
        (set (make-local-variable 'search-invisible) t)



reply via email to

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