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
fcef2e13
Commit
fcef2e13
authored
Sep 13, 2013
by
Glenn Morris
Browse files
* lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.
Otherwise an error occurs if eshell-dirs module not loaded.
parent
d6a04266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/eshell/em-prompt.el
lisp/eshell/em-prompt.el
+2
-0
No files found.
lisp/ChangeLog
View file @
fcef2e13
2013-09-13 Glenn Morris <rgm@gnu.org>
* eshell/em-prompt.el (eshell/pwd): Autoload it.
Otherwise an error occurs if eshell-dirs module not loaded.
* progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2013-09-13 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/eshell/em-prompt.el
View file @
fcef2e13
...
...
@@ -45,6 +45,8 @@ as is common with most shells."
:type
'hook
:group
'eshell-prompt
)
(
autoload
'eshell/pwd
"em-dirs"
)
(
defcustom
eshell-prompt-function
(
function
(
lambda
()
...
...
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