projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf71584
)
Minor fix in 'vc-print-root-log's prompt for revision ID
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Nov 2019 09:34:07 +0000
(11:34 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Nov 2019 09:34:07 +0000
(11:34 +0200)
* lisp/vc/vc.el (vc-print-root-log): Remove text properties
from the default revision suggestion.
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 5ac07e78891b9a84fef9d4852681acb8f97026fd..132278e82306137173fe7e5827f51013693ecdd3 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-2492,7
+2492,7
@@
with its diffs (if the underlying VCS supports that)."
(interactive
(cond
((eq current-prefix-arg 1)
- (let* ((default (thing-at-point 'word))
+ (let* ((default (thing-at-point 'word
t
))
(revision (read-string
(if default
(format "Revision to show (default %s): " default)