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: Mon, 01 May 2006 20:17:25 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.797 emacs/lisp/simple.el:1.798
--- emacs/lisp/simple.el:1.797  Sun Apr  9 23:03:48 2006
+++ emacs/lisp/simple.el        Mon May  1 20:17:24 2006
@@ -1709,7 +1709,7 @@
        ;; but we don't want to ask the question again.
        (setq undo-extra-outer-limit (+ size 50000))
        (if (let (use-dialog-box track-mouse executing-kbd-macro )
-             (yes-or-no-p (format "Buffer %s undo info is %d bytes long; 
discard it? "
+             (yes-or-no-p (format "Buffer `%s' undo info is %d bytes long; 
discard it? "
                                   (buffer-name) size)))
            (progn (setq buffer-undo-list nil)
                   (setq undo-extra-outer-limit nil)
@@ -1717,7 +1717,7 @@
          nil))
     (display-warning '(undo discard-info)
                     (concat
-                     (format "Buffer %s undo info was %d bytes long.\n"
+                     (format "Buffer `%s' undo info was %d bytes long.\n"
                              (buffer-name) size)
                      "The undo info was discarded because it exceeded \
 `undo-outer-limit'.




reply via email to

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