mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(vc-kill-buffer-hook): Add it to kill-buffer-hook again.
This commit is contained in:
parent
0d9724864a
commit
cd32d5d1f4
1 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
;; Author: FSF (see vc.el for full credits)
|
||||
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
|
||||
|
||||
;; $Id: vc-hooks.el,v 1.141 2002/07/19 13:26:11 spiegel Exp $
|
||||
;; $Id: vc-hooks.el,v 1.142 2002/07/29 02:40:40 rms Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -685,8 +685,7 @@ Used in `find-file-not-found-hooks'."
|
|||
(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)
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue