# HG changeset patch # User Andr Spiegel # Date 1030108994 0 # Node ID fe0d9d5309e4d7907db780c2835a2979ec7bd887 # Parent b87254142b98ced89a1625dd1354ea420dec0b23 (vc-kill-buffer-hook): Add it to kill-buffer-hook again. diff -r b87254142b98 -r fe0d9d5309e4 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Fri Aug 23 03:32:58 2002 +0000 +++ b/lisp/vc-hooks.el Fri Aug 23 13:23:14 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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 @@ (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