Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd32d5d1
Commit
cd32d5d1
authored
Aug 23, 2002
by
André Spiegel
Browse files
(vc-kill-buffer-hook): Add it to kill-buffer-hook again.
parent
0d972486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-3
No files found.
lisp/vc-hooks.el
View file @
cd32d5d1
...
...
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; $Id: vc-hooks.el,v 1.14
1
2002/07/
1
9
13:26:11 spiegel
Exp $
;; $Id: vc-hooks.el,v 1.14
2
2002/07/
2
9
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment