]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
*** empty log message ***
[gnu-emacs] / lisp / startup.el
index 2d2a8a77104b93d6215840861845c21c719aebcb..c4a11809a73a6edf7cb2c026a85397e31d465cbe 100644 (file)
@@ -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))