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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Sun, 24 Oct 2004 16:46:18 -0400

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.267 emacs/lisp/help.el:1.268
*** emacs/lisp/help.el:1.267    Wed Oct 13 18:56:27 2004
--- emacs/lisp/help.el  Sun Oct 24 20:35:12 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]