I propose the following minor "organizational" change to cus-start.el.
The undo-* variables are defined in undo.c. The current version gives
the impression that they are defined in alloc.c. I will install if
there are no objections.
===File ~/cus-start.el-diff=================================
*** cus-start.el 09 Feb 2005 15:58:35 -0600 1.64
--- cus-start.el 10 Feb 2005 15:10:44 -0600
***************
*** 39,44 ****
--- 39,46 ----
(pre-abbrev-expand-hook abbrev-mode hook)
;; 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
***************
*** 52,58 ****
since it could result in memory overflow and make Emacs crash."
nil))
"22.1")
- (garbage-collection-messages alloc boolean)
;; buffer.c
(mode-line-format modeline sexp) ;Hard to do right.
(default-major-mode internal function)
--- 54,59 ----
============================================================
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel