diff options
| author | Luc Teirlinck | 2005-02-14 23:44:07 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-02-14 23:44:07 +0000 |
| commit | 0f014aa1139b8cd2b36a9eb4ba1b59179d61a4c1 (patch) | |
| tree | 50372df65ff8ee0852b7a4e55a975073453f3b72 | |
| parent | 6a361c4154fad55cbc3ed71ac77c14e809ff8435 (diff) | |
| download | emacs-0f014aa1139b8cd2b36a9eb4ba1b59179d61a4c1.tar.gz emacs-0f014aa1139b8cd2b36a9eb4ba1b59179d61a4c1.zip | |
(all): Comment change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05463197420..5cfbda9d098 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * cus-start.el (all): Comment change. | ||
| 4 | |||
| 1 | 2005-02-14 Lute Kamstra <lute@gnu.org> | 5 | 2005-02-14 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * cus-start.el (all): Check if symbol is void. | 7 | * cus-start.el (all): Check if symbol is void. |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 25d2d55851b..1bd6a8a0016 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -39,6 +39,8 @@ | |||
| 39 | (pre-abbrev-expand-hook abbrev-mode hook) | 39 | (pre-abbrev-expand-hook abbrev-mode hook) |
| 40 | ;; alloc.c | 40 | ;; alloc.c |
| 41 | (gc-cons-threshold alloc integer) | 41 | (gc-cons-threshold alloc integer) |
| 42 | (garbage-collection-messages alloc boolean) | ||
| 43 | ;; undo.c | ||
| 42 | (undo-limit undo integer) | 44 | (undo-limit undo integer) |
| 43 | (undo-strong-limit undo integer) | 45 | (undo-strong-limit undo integer) |
| 44 | (undo-outer-limit undo | 46 | (undo-outer-limit undo |
| @@ -52,7 +54,6 @@ This should only be chosen under exceptional circumstances, | |||
| 52 | since it could result in memory overflow and make Emacs crash." | 54 | since it could result in memory overflow and make Emacs crash." |
| 53 | nil)) | 55 | nil)) |
| 54 | "22.1") | 56 | "22.1") |
| 55 | (garbage-collection-messages alloc boolean) | ||
| 56 | ;; buffer.c | 57 | ;; buffer.c |
| 57 | (mode-line-format modeline sexp) ;Hard to do right. | 58 | (mode-line-format modeline sexp) ;Hard to do right. |
| 58 | (default-major-mode internal function) | 59 | (default-major-mode internal function) |