emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/loadup.el
Date: Mon, 30 Jun 2003 06:37:18 -0400

Index: emacs/lisp/loadup.el
diff -c emacs/lisp/loadup.el:1.130 emacs/lisp/loadup.el:1.131
*** emacs/lisp/loadup.el:1.130  Fri May 30 20:36:35 2003
--- emacs/lisp/loadup.el        Mon Jun 30 06:37:18 2003
***************
*** 301,306 ****
--- 301,309 ----
  ;;; At this point, we're ready to resume undo recording for scratch.
  (buffer-enable-undo "*scratch*")
  
+ (if (null (garbage-collect))
+     (setq pure-space-overflow t))
+ 
  (if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
        (member (nth 4 command-line-args) '("dump" "bootstrap")))
      (if (eq system-type 'vax-vms)




reply via email to

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