comparison lisp/startup.el @ 876:6d05b6b123d5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Jul 1992 00:59:30 +0000
parents 113281b361ec
children 5a7ed0421c9d
comparison
equal deleted inserted replaced
875:29b360fea58e 876:6d05b6b123d5
139 (file-name-as-directory value)))))) 139 (file-name-as-directory value))))))
140 '("PWD" "HOME"))) 140 '("PWD" "HOME")))
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))
147 (and window-setup-hook 149 (and window-setup-hook
148 (run-hooks 'window-setup-hook))))) 150 (run-hooks 'window-setup-hook)))))