From: Thien-Thi Nguyen Date: Sat, 15 Nov 2003 00:57:02 +0000 (+0000) Subject: (minor-mode-list): Add `hs-minor-mode'. X-Git-Tag: ttn-vms-21-2-B4~8362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3813f0c53b0d284b05510cd099186b45fb514b6d;p=emacs.git (minor-mode-list): Add `hs-minor-mode'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 503922d8711..886e8091f7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 Thien-Thi Nguyen + + * subr.el (minor-mode-list): Add `hs-minor-mode'. + 2003-11-14 Thien-Thi Nguyen * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support diff --git a/lisp/subr.el b/lisp/subr.el index e0fdc5c0b24..711f763be92 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)