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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Sat, 30 Sep 2006 09:49:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/30 09:49:27

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.829
retrieving revision 1.830
diff -u -b -r1.829 -r1.830
--- simple.el   29 Sep 2006 18:18:42 -0000      1.829
+++ simple.el   30 Sep 2006 09:49:26 -0000      1.830
@@ -1501,8 +1501,7 @@
 then call `undo-more' one or more times to undo them."
   (or (listp pending-undo-list)
       (error (concat "No further undo information"
-                     (and transient-mark-mode mark-active
-                          " for region"))))
+                    (and undo-in-region " for region"))))
   (let ((undo-in-progress t))
     (setq pending-undo-list (primitive-undo n pending-undo-list))
     (if (null pending-undo-list)




reply via email to

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