Mercurial > emacs
changeset 4181:d7cb993a93b1
(normal-top-level): Call abbreviate-file-name again after calling command-line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Jul 1993 05:46:10 +0000 |
parents | 01de01b59c7f |
children | b85c00ac4ae3 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))