(all): Comment change.
This commit is contained in:
parent
6a361c4154
commit
0f014aa113
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* cus-start.el (all): Comment change.
|
||||
|
||||
2005-02-14 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* cus-start.el (all): Check if symbol is void.
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
(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,7 +54,6 @@ This should only be chosen under exceptional circumstances,
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue