/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by jhd, Tue Nov 23 19:57:44 2004 UTC revision 1.63 by teirllm, Thu Jan 27 02:41:38 2005 UTC
# Line 41  Line 41 
41               (gc-cons-threshold alloc integer)               (gc-cons-threshold alloc integer)
42               (undo-limit undo integer)               (undo-limit undo integer)
43               (undo-strong-limit undo integer)               (undo-strong-limit undo integer)
44                 (undo-outer-limit undo
45                                   (choice integer
46                                           (const :tag "No limit"
47                                                  :format "%t\n%d"
48                                                  :doc
49                                                  "With this choice, \
50    the undo info for the current command never gets discarded.
51    This should only be chosen under exceptional circumstances,
52    since it could result in memory overflow and make Emacs crash."
53                                                  nil))
54                                   "21.4")
55               (garbage-collection-messages alloc boolean)               (garbage-collection-messages alloc boolean)
56               ;; buffer.c               ;; buffer.c
57               (mode-line-format modeline sexp) ;Hard to do right.               (mode-line-format modeline sexp) ;Hard to do right.

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26