]> code.delx.au - gnu-emacs/commitdiff
(all): Add `undo-outer-limit'.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 27 Jan 2005 02:45:20 +0000 (02:45 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 27 Jan 2005 02:45:20 +0000 (02:45 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 6eaff11c58005424305f0e1b3ecd78489cf2bb42..b5247f7cbfe00de45b8e0c4105bf45b7184bcd74 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-start.el (all): Add `undo-outer-limit'.
+
 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-format-entry): Use
index 12ffd93fefd3ce4a8579a700b9ffb4d478ba4acd..fc293734495821d56821569d9b92824472aab772 100644 (file)
             (gc-cons-threshold alloc integer)
             (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))
+                              "21.4")
             (garbage-collection-messages alloc boolean)
             ;; buffer.c
             (mode-line-format modeline sexp) ;Hard to do right.