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
1dc2755a
Commit
1dc2755a
authored
Oct 29, 2012
by
Chong Yidong
Browse files
* vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
Suggested by Dan Nicolaescu. Fixes: debbugs:6326
parent
329c48d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/vc/vc-hooks.el
lisp/vc/vc-hooks.el
+2
-0
No files found.
lisp/ChangeLog
View file @
1dc2755a
2012-10-29 Chong Yidong <cyd@gnu.org>
* vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
Suggested by Dan Nicolaescu (Bug#6326).
* info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
* startup.el (fancy-about-screen): Don't message (Bug#12680).
...
...
lisp/vc/vc-hooks.el
View file @
1dc2755a
...
...
@@ -224,6 +224,8 @@ VC commands are globally reachable under the prefix `\\[vc-prefix-map]':
(
defun
vc-file-clearprops
(
file
)
"Clear all VC properties of FILE."
(
if
(
boundp
'vc-parent-buffer
)
(
kill-local-variable
'vc-parent-buffer
))
(
setplist
(
intern
file
vc-file-prop-obarray
)
nil
))
...
...
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