diff options
| author | André Spiegel <spiegel@gnu.org> | 2002-08-23 13:23:14 +0000 |
|---|---|---|
| committer | André Spiegel <spiegel@gnu.org> | 2002-08-23 13:23:14 +0000 |
| commit | cd32d5d1f48554b79b30bdf64aacdc579328e083 (patch) | |
| tree | 68814b4084b1526ff18b83e92d7e28597221c134 | |
| parent | 0d9724864aa5cee53a6f92c9c0e9848316504e44 (diff) | |
| download | emacs-cd32d5d1f48554b79b30bdf64aacdc579328e083.tar.gz | |
(vc-kill-buffer-hook): Add it to kill-buffer-hook again.
| -rw-r--r-- | lisp/vc-hooks.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 1052892666c..aaa8436b627 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 |
