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
6fb6ab11
Commit
6fb6ab11
authored
May 14, 1993
by
Richard M. Stallman
Browse files
(vc-revert-buffer1): Don't assume that compilation-error-list
is a list; it might be t.
parent
661d3230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc.el
lisp/vc.el
+1
-1
No files found.
lisp/vc.el
View file @
6fb6ab11
...
...
@@ -289,7 +289,7 @@ the master name of FILE; this is appended to an optional list of FLAGS."
compilation-old-error-list
compilation-error-list
))
(
buffer-error-marked-p
nil
))
(
while
(
and
errors
(
while
(
and
(
consp
errors
)
(
not
buffer-error-marked-p
))
(
and
(
markerp
(
cdr
(
car
errors
)))
(
eq
buffer
...
...
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