changeset 876:6d05b6b123d5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Jul 1992 00:59:30 +0000
parents 29b360fea58e
children e0dde8b90613
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sun Jul 26 22:20:40 1992 +0000
+++ b/lisp/startup.el	Mon Jul 27 00:59:30 1992 +0000
@@ -141,6 +141,8 @@
     (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))