Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
00aa7e1c
Commit
00aa7e1c
authored
Jul 20, 1993
by
Richard M. Stallman
Browse files
(normal-top-level): Call abbreviate-file-name again after calling command-line.
parent
73ba415a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/startup.el
lisp/startup.el
+2
-0
No files found.
lisp/startup.el
View file @
00aa7e1c
...
...
@@ -143,6 +143,8 @@ directory name of the directory where the `.emacs' file was looked for.")
(
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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment