]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix in 'vc-print-root-log's prompt for revision ID
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Nov 2019 09:34:07 +0000 (11:34 +0200)
committerEli 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

index 5ac07e78891b9a84fef9d4852681acb8f97026fd..132278e82306137173fe7e5827f51013693ecdd3 100644 (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)