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: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Fri, 23 Aug 2002 09:23:14 -0400

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.142 emacs/lisp/vc-hooks.el:1.143
*** emacs/lisp/vc-hooks.el:1.142        Sun Jul 28 22:40:40 2002
--- emacs/lisp/vc-hooks.el      Fri Aug 23 09:23:14 2002
***************
*** 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.
  
--- 5,11 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.143 2002/08/23 13:23:14 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 685,692 ****
    (if (buffer-file-name)
        (vc-file-clearprops (buffer-file-name))))
  
! ;; ??? DL: why is this not done?
! ;;;(add-hook 'kill-buffer-hook 'vc-kill-buffer-hook)
  
  ;; Now arrange for (autoloaded) bindings of the main package.
  ;; Bindings for this have to go in the global map, as we'll often
--- 685,691 ----
    (if (buffer-file-name)
        (vc-file-clearprops (buffer-file-name))))
  
! (add-hook 'kill-buffer-hook 'vc-kill-buffer-hook)
  
  ;; Now arrange for (autoloaded) bindings of the main package.
  ;; Bindings for this have to go in the global map, as we'll often




reply via email to

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