(minor-mode-list): Add `hs-minor-mode'.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user