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.
This commit is contained in:
Eli Zaretskii 2019-11-29 11:34:07 +02:00
parent cf715848d8
commit 3fe9d86535

View file

@ -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)