summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-07-27 00:59:30 +0000
committerRichard M. Stallman <rms@gnu.org>1992-07-27 00:59:30 +0000
commit8e5056e553512682908a705c28993acfee5bd010 (patch)
treea4eef3edf5764b8ecf01ced0accdded7dee07347
parentc4fc49b6af25baf0eb6385c96f5550df183cec45 (diff)
downloademacs-8e5056e553512682908a705c28993acfee5bd010.tar.gz
*** empty log message ***
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2d2a8a77104..c4a11809a73 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -141,6 +141,8 @@ directory name of the directory where the `.emacs' file was looked for.")
(setq default-directory (abbreviate-file-name default-directory))
(unwind-protect
(command-line)
+ ;; Run the site-start library if it exists.
+ (load "site-start" t t)
(run-hooks 'emacs-startup-hook)
(and term-setup-hook
(run-hooks 'term-setup-hook))