(fancy-startup-screen, normal-splash-screen):
authorJuri Linkov <juri@jurta.org>
Tue, 12 Feb 2008 23:41:08 +0000 (23:41 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 12 Feb 2008 23:41:08 +0000 (23:41 +0000)
Set default-directory to command-line-default-directory.

lisp/startup.el

index 7139b7a..7e030e7 100644 (file)
@@ -1494,6 +1494,7 @@ splash screen in another window."
     (with-current-buffer splash-buffer
       (let ((inhibit-read-only t))
        (erase-buffer)
+       (setq default-directory command-line-default-directory)
        (make-local-variable 'startup-screen-inhibit-startup-screen)
        (if pure-space-overflow
            (insert pure-space-overflow-message))
@@ -1592,6 +1593,7 @@ after Emacs starts.  If STARTUP is nil, display the About screen."
     (with-current-buffer (get-buffer-create "*About GNU Emacs*")
       (setq buffer-read-only nil)
       (erase-buffer)
+      (setq default-directory command-line-default-directory)
       (set (make-local-variable 'tab-width) 8)
       (if (not startup)
          (set (make-local-variable 'mode-line-format)