diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-27 00:59:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-27 00:59:30 +0000 |
commit | 8e5056e553512682908a705c28993acfee5bd010 (patch) | |
tree | a4eef3edf5764b8ecf01ced0accdded7dee07347 /lisp | |
parent | c4fc49b6af25baf0eb6385c96f5550df183cec45 (diff) | |
download | emacs-8e5056e553512682908a705c28993acfee5bd010.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/startup.el | 2 |
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)) |