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
2ada368a
Commit
2ada368a
authored
Sep 13, 2013
by
Glenn Morris
Browse files
* lisp/eshell/esh-ext.el (eshell-search-path): Declare.
parent
fcef2e13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/eshell/esh-ext.el
lisp/eshell/esh-ext.el
+4
-0
No files found.
lisp/ChangeLog
View file @
2ada368a
2013-09-13 Glenn Morris <rgm@gnu.org>
* eshell/esh-ext.el (eshell-search-path): Declare.
* eshell/em-prompt.el (eshell/pwd): Autoload it.
Otherwise an error occurs if eshell-dirs module not loaded.
...
...
lisp/eshell/esh-ext.el
View file @
2ada368a
...
...
@@ -92,6 +92,10 @@ since nothing else but Eshell will be able to understand
(
setq
list
(
cdr
list
)))
file
)))
;; This file provides itself then eval-when-compile loads files that require it.
;; This causes spurious "might not be defined at runtime" warnings.
(
declare-function
eshell-search-path
"esh-ext"
(
name
))
(
defcustom
eshell-windows-shell-file
(
if
(
eshell-under-windows-p
)
(
if
(
string-match
"\\(cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"
...
...
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