emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cb182ce: * lisp/simple.el (undo): Make message less


From: Alex Branham
Subject: [Emacs-diffs] master cb182ce: * lisp/simple.el (undo): Make message less enthusiastic
Date: Thu, 27 Jun 2019 20:56:50 -0400 (EDT)

branch: master
commit cb182ce6f8d2fa6e1509252fecc2b0e504e36d63
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    * lisp/simple.el (undo): Make message less enthusiastic
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 5ef5d3d..766cb01 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2530,7 +2530,7 @@ as an argument limits undo to changes within the current 
region."
     ;; so, ask the user whether she wants to skip the redo/undo pair.
     (let ((equiv (gethash pending-undo-list undo-equiv-table)))
       (or (eq (selected-window) (minibuffer-window))
-         (setq message (format "%s%s!"
+         (setq message (format "%s%s"
                                 (if (or undo-no-redo (not equiv))
                                     "Undo" "Redo")
                                 (if undo-in-region " in region" ""))))



reply via email to

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