emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Wed, 13 Apr 2005 13:39:55 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.709 emacs/lisp/simple.el:1.710
*** emacs/lisp/simple.el:1.709  Mon Apr 11 18:09:45 2005
--- emacs/lisp/simple.el        Wed Apr 13 17:39:55 2005
***************
*** 1341,1347 ****
          (message (if undo-in-region
                       (if equiv "Redo in region!" "Undo in region!")
                     (if equiv "Redo!" "Undo!"))))
!       (when (and (listp equiv) undo-no-redo)
        ;; The equiv entry might point to another redo record if we have done
        ;; undo-redo-undo-redo-... so skip to the very last equiv.
        (while (let ((next (gethash equiv undo-equiv-table)))
--- 1341,1347 ----
          (message (if undo-in-region
                       (if equiv "Redo in region!" "Undo in region!")
                     (if equiv "Redo!" "Undo!"))))
!       (when (and (consp equiv) undo-no-redo)
        ;; The equiv entry might point to another redo record if we have done
        ;; undo-redo-undo-redo-... so skip to the very last equiv.
        (while (let ((next (gethash equiv undo-equiv-table)))




reply via email to

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