# HG changeset patch # User Richard M. Stallman # Date 743147170 0 # Node ID d7cb993a93b16723752d929cc5681f67d455025d # Parent 01de01b59c7f8f9ca6820a571667733ad21d92a5 (normal-top-level): Call abbreviate-file-name again after calling command-line. diff -r 01de01b59c7f -r d7cb993a93b1 lisp/startup.el --- a/lisp/startup.el Tue Jul 20 05:24:34 1993 +0000 +++ b/lisp/startup.el Tue Jul 20 05:46:10 1993 +0000 @@ -143,6 +143,8 @@ (setq default-directory (abbreviate-file-name default-directory)) (unwind-protect (command-line) + ;; Do this again, in case .emacs defined more abbreviations. + (setq default-directory (abbreviate-file-name default-directory)) (run-hooks 'emacs-startup-hook) (and term-setup-hook (run-hooks 'term-setup-hook))