Mercurial > emacs
changeset 46723:2d147caabf88
Don't add to minor-mode-alist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 29 Jul 2002 02:40:40 +0000 |
parents | df65863c006a |
children | 378639c31552 |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Mon Jul 29 02:09:19 2002 +0000 +++ b/lisp/vc-hooks.el Mon Jul 29 02:40:40 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $Id: vc-hooks.el,v 1.140 2002/07/16 17:42:57 spiegel Exp $ +;; $Id: vc-hooks.el,v 1.141 2002/07/19 13:26:11 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -114,8 +114,9 @@ (funcall vc-mistrust-permissions (vc-backend-subdirectory-name file))))) +;;; This is handled specially now. ;; Tell Emacs about this new kind of minor mode -(add-to-list 'minor-mode-alist '(vc-mode vc-mode)) +;; (add-to-list 'minor-mode-alist '(vc-mode vc-mode)) (make-variable-buffer-local 'vc-mode) (put 'vc-mode 'permanent-local t)