emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3fe9d86: Minor fix in 'vc-print-root-log's prompt for revision ID


From: Eli Zaretskii
Subject: master 3fe9d86: Minor fix in 'vc-print-root-log's prompt for revision ID
Date: Fri, 29 Nov 2019 04:34:39 -0500 (EST)

branch: master
commit 3fe9d865353d0b93130b2546b07337ea8d9e353f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 lisp/vc/vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 5ac07e7..132278e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]