aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-11-29 11:34:07 +0200
committerEli Zaretskii2019-11-29 11:34:07 +0200
commit3fe9d865353d0b93130b2546b07337ea8d9e353f (patch)
tree5b5ac822e7fb9954b0cc38e5458239985d0d181b
parentcf715848d8dbc4474eabfa492f33065b4d6e2c71 (diff)
downloademacs-3fe9d865353d0b93130b2546b07337ea8d9e353f.tar.gz
emacs-3fe9d865353d0b93130b2546b07337ea8d9e353f.zip
Minor fix in 'vc-print-root-log's prompt for revision ID
* lisp/vc/vc.el (vc-print-root-log): Remove text properties from the default revision suggestion.
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 5ac07e78891..132278e8230 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -2492,7 +2492,7 @@ with its diffs (if the underlying VCS supports that)."
2492 (interactive 2492 (interactive
2493 (cond 2493 (cond
2494 ((eq current-prefix-arg 1) 2494 ((eq current-prefix-arg 1)
2495 (let* ((default (thing-at-point 'word)) 2495 (let* ((default (thing-at-point 'word t))
2496 (revision (read-string 2496 (revision (read-string
2497 (if default 2497 (if default
2498 (format "Revision to show (default %s): " default) 2498 (format "Revision to show (default %s): " default)