aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-06-05 15:48:37 +0000
committerKarl Heuer1998-06-05 15:48:37 +0000
commit0f4b266c2ac7f06b854aa8109937f89d33d9bfcc (patch)
treeb27ce76a94faac6de1943d9755885e8294778832
parenta0019b45b9612ecddbfd6bf9a16f4ca20384ebbd (diff)
downloademacs-0f4b266c2ac7f06b854aa8109937f89d33d9bfcc.tar.gz
emacs-0f4b266c2ac7f06b854aa8109937f89d33d9bfcc.zip
Comment change.
-rw-r--r--lisp/loadup.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 8113b573739..e94482647f5 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -202,9 +202,9 @@
202 (Snarf-documentation "DOC")) 202 (Snarf-documentation "DOC"))
203(message "Finding pointers to doc strings...done") 203(message "Finding pointers to doc strings...done")
204 204
205;Note: You can cause additional libraries to be preloaded 205;;;Note: You can cause additional libraries to be preloaded
206;by writing a site-init.el that loads them. 206;;;by writing a site-init.el that loads them.
207;See also "site-load" above. 207;;;See also "site-load" above.
208(load "site-init" t) 208(load "site-init" t)
209(setq current-load-list nil) 209(setq current-load-list nil)
210(garbage-collect) 210(garbage-collect)
@@ -233,7 +233,7 @@
233 ;; We used to dump under the name xemacs, but that occasionally 233 ;; We used to dump under the name xemacs, but that occasionally
234 ;; confused people installing Emacs (they'd install the file 234 ;; confused people installing Emacs (they'd install the file
235 ;; under the name `xemacs'), and it's inconsistent with every 235 ;; under the name `xemacs'), and it's inconsistent with every
236 ;; other GNU product's build process. 236 ;; other GNU program's build process.
237 (dump-emacs "emacs" "temacs") 237 (dump-emacs "emacs" "temacs")
238 (message "%d pure bytes used" pure-bytes-used) 238 (message "%d pure bytes used" pure-bytes-used)
239 ;; Recompute NAME now, so that it isn't set when we dump. 239 ;; Recompute NAME now, so that it isn't set when we dump.