diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-06-05 15:48:37 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-06-05 15:48:37 +0000 |
commit | 0f4b266c2ac7f06b854aa8109937f89d33d9bfcc (patch) | |
tree | b27ce76a94faac6de1943d9755885e8294778832 /lisp/loadup.el | |
parent | a0019b45b9612ecddbfd6bf9a16f4ca20384ebbd (diff) | |
download | emacs-0f4b266c2ac7f06b854aa8109937f89d33d9bfcc.tar.gz |
Comment change.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 8 |
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 @@ (Snarf-documentation "DOC")) (message "Finding pointers to doc strings...done") -;Note: You can cause additional libraries to be preloaded -;by writing a site-init.el that loads them. -;See also "site-load" above. +;;;Note: You can cause additional libraries to be preloaded +;;;by writing a site-init.el that loads them. +;;;See also "site-load" above. (load "site-init" t) (setq current-load-list nil) (garbage-collect) @@ -233,7 +233,7 @@ ;; We used to dump under the name xemacs, but that occasionally ;; confused people installing Emacs (they'd install the file ;; under the name `xemacs'), and it's inconsistent with every - ;; other GNU product's build process. + ;; other GNU program's build process. (dump-emacs "emacs" "temacs") (message "%d pure bytes used" pure-bytes-used) ;; Recompute NAME now, so that it isn't set when we dump. |