emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp simple.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp simple.el
Date: Sat, 14 Mar 2009 17:43:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/14 17:43:17

Modified files:
        lisp           : simple.el 

Log message:
        (undo-outer-limit-truncate): Mention that warning-suppress-types is
        defined in the warnings library (Bug#2668).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.975&r2=1.976

Patches:
Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.975
retrieving revision 1.976
diff -u -b -r1.975 -r1.976
--- simple.el   14 Mar 2009 01:51:36 -0000      1.975
+++ simple.el   14 Mar 2009 17:43:16 -0000      1.976
@@ -1980,7 +1980,8 @@
 probably due to a bug and you should report it.
 
 You can disable the popping up of this buffer by adding the entry
-\(undo discard-info) to the user option `warning-suppress-types'.\n")
+\(undo discard-info) to the user option `warning-suppress-types',
+which is defined in the `warnings' library.\n")
                     :warning)
     (setq buffer-undo-list nil)
     t))




reply via email to

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