emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el [lexbind]
Date: Mon, 25 Oct 2004 00:41:22 -0400

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.250.2.8 emacs/lisp/help.el:1.250.2.9
*** emacs/lisp/help.el:1.250.2.8        Mon Oct 25 04:19:39 2004
--- emacs/lisp/help.el  Mon Oct 25 04:22:22 2004
***************
*** 651,657 ****
                 (push (list pretty-minor-mode mode indicator)
                       minor-modes))))
        (if auto-fill-function
!           (push '("Auto Fill" auto-fill-mode " Fill")
                  minor-modes))
        (setq minor-modes
              (sort minor-modes
--- 651,658 ----
                 (push (list pretty-minor-mode mode indicator)
                       minor-modes))))
        (if auto-fill-function
!           ;; copy pure string so we can add face property to it below.
!           (push (list (copy-sequence "Auto Fill") 'auto-fill-mode " Fill")
                  minor-modes))
        (setq minor-modes
              (sort minor-modes




reply via email to

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