(all): Comment change.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 14 Feb 2005 23:44:07 +0000 (23:44 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 14 Feb 2005 23:44:07 +0000 (23:44 +0000)
lisp/ChangeLog
lisp/cus-start.el

index 0546319..5cfbda9 100644 (file)
@@ -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.
index 25d2d55..1bd6a8a 100644 (file)
@@ -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)