aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2003-11-15 00:57:02 +0000
committerThien-Thi Nguyen <[email protected]>2003-11-15 00:57:02 +0000
commit3813f0c53b0d284b05510cd099186b45fb514b6d (patch)
tree70db05a5fdd9ac55c070a676482d4078b9700886 /lisp
parent76bf15e9a211a2427e32d1e89d3c0781c647fdcd (diff)
(minor-mode-list): Add `hs-minor-mode'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/subr.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 503922d871..886e8091f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-15 Thien-Thi Nguyen <[email protected]>
+
+ * subr.el (minor-mode-list): Add `hs-minor-mode'.
+
2003-11-14 Thien-Thi Nguyen <[email protected]>
* diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
diff --git a/lisp/subr.el b/lisp/subr.el
index e0fdc5c0b2..711f763be9 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)