emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 14 Nov 2003 19:56:16 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.366 emacs/lisp/subr.el:1.367
*** emacs/lisp/subr.el:1.366    Mon Nov  3 09:44:48 2003
--- emacs/lisp/subr.el  Fri Nov 14 19:56:16 2003
***************
*** 2224,2230 ****
  ;; 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)
    "List of all minor mode functions.")
  
  (defun add-minor-mode (toggle name &optional keymap after toggle-fun)
--- 2224,2231 ----
  ;; 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
!                                          hs-minor-mode)
    "List of all minor mode functions.")
  
  (defun add-minor-mode (toggle name &optional keymap after toggle-fun)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]