From: Eli Zaretskii Date: Fri, 29 Nov 2019 09:34:07 +0000 (+0200) Subject: Minor fix in 'vc-print-root-log's prompt for revision ID X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~878 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3fe9d865353d0b93130b2546b07337ea8d9e353f;p=emacs.git 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. --- 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)." (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)