therefore, if you set `debug-on-error' non-nil in `.emacs',
an error in one of these functions will invoke the debugger.")
+(defvar emacs-startup-time nil
+ "Value of `current-time' when Emacs was started.")
+
(defvar emacs-startup-hook nil
"Normal hook run after loading init files and handling the command line.")
(nreverse rest)))
(defun command-line ()
- (setq command-line-default-directory default-directory)
+ (setq emacs-startup-time (current-time)
+ command-line-default-directory default-directory)
;; Choose a reasonable location for temporary files.
(custom-reevaluate-setting 'temporary-file-directory)