Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2dd8d31b
Commit
2dd8d31b
authored
Mar 16, 1993
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vc-error-occurred needs to be in vc-hooks.
parent
aecd6486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lisp/vc.el
lisp/vc.el
+1
-4
No files found.
lisp/vc.el
View file @
2dd8d31b
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Version: 5.0
;; $Id: vc.el,v 1.2
4
1993/03/
09 23:02:40
eric Exp eric $
;; $Id: vc.el,v 1.2
5
1993/03/
11 07:45:02
eric Exp eric $
;; This file is part of GNU Emacs.
...
...
@@ -109,9 +109,6 @@ is sensitive to blank lines.")
(
defconst
vc-name-assoc-file
"VC-names"
)
(
defmacro
vc-error-occurred
(
&rest
body
)
(
list
'condition-case
nil
(
cons
'progn
(
append
body
'
(
nil
)))
'
(
error
t
)))
;; File property caching
(
defun
vc-file-clearprops
(
file
)
...
...
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