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
3be2a362
Commit
3be2a362
authored
Jun 20, 1995
by
Richard M. Stallman
Browse files
(vc-fetch-master-properties): Be more careful
about killing the *vc-info* buffer.
parent
f560db78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-1
No files found.
lisp/vc-hooks.el
View file @
3be2a362
...
...
@@ -308,7 +308,8 @@ value of this flag.")
((
string-match
"Needs Merge"
status
)
(
vc-file-setprop
file
'vc-cvs-status
'needs-merge
))
(
t
(
vc-file-setprop
file
'vc-cvs-status
nil
))))))
(
kill-buffer
(
current-buffer
))))
(
if
(
get-buffer
"*vc-info*"
)
(
kill-buffer
(
get-buffer
"*vc-info*"
)))))
;;; Functions that determine property values, by examining the
;;; working file, the master file, or log program output
...
...
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