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
c06b6e6f
Commit
c06b6e6f
authored
Jun 03, 1998
by
André Spiegel
Browse files
(vc-dired-hook): Kill excluded directories recursively.
parent
ad077db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/vc.el
lisp/vc.el
+5
-2
No files found.
lisp/vc.el
View file @
c06b6e6f
...
...
@@ -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.22
6
1998/05/16
03:44:16
rms Exp
rms
$
;; $Id: vc.el,v 1.22
7
1998/05/16
17:53:32
rms Exp
spiegel
$
;; This file is part of GNU Emacs.
...
...
@@ -1725,7 +1725,10 @@ There is a special command, `*l', to mark all files currently locked."
((file-directory-p filename)
(if (member (file-name-nondirectory filename)
vc-directory-exclusion-list)
(dired-kill-line)
(let ((pos (point)))
(dired-kill-tree filename)
(goto-char pos)
(dired-kill-line))
(vc-dired-reformat-line nil)
(forward-line 1)))
((if cvs-dir
...
...
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