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
421f0bfe
Commit
421f0bfe
authored
Apr 05, 1998
by
André Spiegel
Browse files
(vc-dired-mode): Make dired-after-readin-hook a local hook, not a local variable.
parent
68521d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/vc.el
lisp/vc.el
+3
-3
No files found.
lisp/vc.el
View file @
421f0bfe
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
;; $Id: vc.el,v 1.21
7
1998/04/05 18:4
3:15
spiegel Exp spiegel $
;; $Id: vc.el,v 1.21
8
1998/04/05 18:4
5:06
spiegel Exp spiegel $
;; This file is part of GNU Emacs.
...
...
@@ -1603,8 +1603,8 @@ is redefined as the version control prefix, so that you can type
the file named in the current Dired buffer line. `vv' invokes
`vc-next-action' on this file, or on all files currently marked.
There is a special command, `*l', to mark all files currently locked."
(make-local-
variable
'dired-after-readin-hook)
(add-hook 'dired-after-readin-hook 'vc-dired-hook)
(make-local-
hook
'dired-after-readin-hook)
(add-hook 'dired-after-readin-hook 'vc-dired-hook
nil t
)
(setq vc-dired-mode t))
(define-key vc-dired-mode-map "\C-xv" vc-prefix-map)
...
...
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