emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Mon, 14 Feb 2005 18:40:46 -0500

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.66 emacs/lisp/cus-start.el:1.67
*** emacs/lisp/cus-start.el:1.66        Mon Feb 14 12:13:12 2005
--- emacs/lisp/cus-start.el     Mon Feb 14 23:40:46 2005
***************
*** 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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]