changeset 60062:016ddb2eb0c6

(all): Comment change.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 14 Feb 2005 23:40:46 +0000
parents b4c0c8ebc7e4
children 5df201ceaa7b
files lisp/cus-start.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Mon Feb 14 17:09:56 2005 +0000
+++ b/lisp/cus-start.el	Mon Feb 14 23:40:46 2005 +0000
@@ -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 @@
 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)