emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Sun, 28 Jul 2002 22:40:40 -0400

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.141 emacs/lisp/vc-hooks.el:1.142
*** emacs/lisp/vc-hooks.el:1.141        Fri Jul 19 09:26:11 2002
--- emacs/lisp/vc-hooks.el      Sun Jul 28 22:40:40 2002
***************
*** 5,11 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.141 2002/07/19 13:26:11 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.142 2002/07/29 02:40:40 rms Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 114,121 ****
           (funcall vc-mistrust-permissions
                    (vc-backend-subdirectory-name file)))))
  
  ;; Tell Emacs about this new kind of minor mode
! (add-to-list 'minor-mode-alist '(vc-mode vc-mode))
  
  (make-variable-buffer-local 'vc-mode)
  (put 'vc-mode 'permanent-local t)
--- 114,122 ----
           (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))
  
  (make-variable-buffer-local 'vc-mode)
  (put 'vc-mode 'permanent-local t)



reply via email to

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