]> git.eshelyaron.com Git - emacs.git/commitdiff
(minor-mode-list): Add `hs-minor-mode'.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 15 Nov 2003 00:57:02 +0000 (00:57 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 15 Nov 2003 00:57:02 +0000 (00:57 +0000)
lisp/ChangeLog
lisp/subr.el

index 503922d87115f31fc2ba22e0f0eca0b5d5fb665f..886e8091f7a520de5721a06b646920cc725c2097 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * subr.el (minor-mode-list): Add `hs-minor-mode'.
+
 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
index e0fdc5c0b24c350d0083d6f67fa406a73a32e8ac..711f763be926c03507b399cd92f332651c29e6b5 100644 (file)
@@ -2224,7 +2224,8 @@ If SUFFIX is non-nil, add that at the end of the file name."
 ;; isearch-mode is deliberately excluded, since you should
 ;; not call it yourself.
 (defvar minor-mode-list '(auto-save-mode auto-fill-mode abbrev-mode
-                                        overwrite-mode view-mode)
+                                        overwrite-mode view-mode
+                                         hs-minor-mode)
   "List of all minor mode functions.")
 
 (defun add-minor-mode (toggle name &optional keymap after toggle-fun)