diff options
| author | Richard M. Stallman | 1992-07-27 00:59:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-27 00:59:30 +0000 |
| commit | 8e5056e553512682908a705c28993acfee5bd010 (patch) | |
| tree | a4eef3edf5764b8ecf01ced0accdded7dee07347 | |
| parent | c4fc49b6af25baf0eb6385c96f5550df183cec45 (diff) | |
| download | emacs-8e5056e553512682908a705c28993acfee5bd010.tar.gz emacs-8e5056e553512682908a705c28993acfee5bd010.zip | |
*** empty log message ***
| -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.") | |||
| 141 | (setq default-directory (abbreviate-file-name default-directory)) | 141 | (setq default-directory (abbreviate-file-name default-directory)) |
| 142 | (unwind-protect | 142 | (unwind-protect |
| 143 | (command-line) | 143 | (command-line) |
| 144 | ;; Run the site-start library if it exists. | ||
| 145 | (load "site-start" t t) | ||
| 144 | (run-hooks 'emacs-startup-hook) | 146 | (run-hooks 'emacs-startup-hook) |
| 145 | (and term-setup-hook | 147 | (and term-setup-hook |
| 146 | (run-hooks 'term-setup-hook)) | 148 | (run-hooks 'term-setup-hook)) |