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:
parent
cf715848d8
commit
3fe9d86535
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue