emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Thu, 04 Aug 2005 17:34:41 -0400

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.76 emacs/lisp/cus-start.el:1.77
*** emacs/lisp/cus-start.el:1.76        Tue Aug  2 02:00:20 2005
--- emacs/lisp/cus-start.el     Thu Aug  4 21:34:41 2005
***************
*** 40,59 ****
             ;; alloc.c
             (gc-cons-threshold alloc integer)
             (garbage-collection-messages alloc boolean)
-            ;; undo.c
-            (undo-limit undo integer)
-            (undo-strong-limit undo integer)
-            (undo-outer-limit undo
-                              (choice integer
-                                      (const :tag "No limit"
-                                             :format "%t\n%d"
-                                             :doc
-                                             "With this choice, \
- the undo info for the current command never gets discarded.
- This should only be chosen under exceptional circumstances,
- since it could result in memory overflow and make Emacs crash."
-                                             nil))
-                              "22.1")
             ;; buffer.c
             (mode-line-format modeline sexp) ;Hard to do right.
             (default-major-mode internal function)
--- 40,45 ----
***************
*** 257,262 ****
--- 243,262 ----
             (words-include-escapes editing-basics boolean)
             (open-paren-in-column-0-is-defun-start editing-basics boolean
                                                    "21.1")
+            ;; undo.c
+            (undo-limit undo integer)
+            (undo-strong-limit undo integer)
+            (undo-outer-limit undo
+                              (choice integer
+                                      (const :tag "No limit"
+                                             :format "%t\n%d"
+                                             :doc
+                                             "With this choice, \
+ the undo info for the current command never gets discarded.
+ This should only be chosen under exceptional circumstances,
+ since it could result in memory overflow and make Emacs crash."
+                                             nil))
+                              "22.1")
             ;; window.c
             (temp-buffer-show-function windows (choice (const nil) function))
             (display-buffer-function windows (choice (const nil) function))




reply via email to

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