diff options
| author | Glenn Morris | 2013-09-13 00:10:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-13 00:10:30 -0700 |
| commit | 2ada368ae92ff7b39e3beef407351fdfd31ae87b (patch) | |
| tree | 43f39a4d3da6db1f4789dcb47916fdcf40aa564e /lisp/eshell | |
| parent | fcef2e13960af4f30ced7571771f581091d18c17 (diff) | |
| download | emacs-2ada368ae92ff7b39e3beef407351fdfd31ae87b.tar.gz emacs-2ada368ae92ff7b39e3beef407351fdfd31ae87b.zip | |
* lisp/eshell/esh-ext.el (eshell-search-path): Declare.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-ext.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 8b312a2c25c..e2cca35a267 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -92,6 +92,10 @@ since nothing else but Eshell will be able to understand | |||
| 92 | (setq list (cdr list))) | 92 | (setq list (cdr list))) |
| 93 | file))) | 93 | file))) |
| 94 | 94 | ||
| 95 | ;; This file provides itself then eval-when-compile loads files that require it. | ||
| 96 | ;; This causes spurious "might not be defined at runtime" warnings. | ||
| 97 | (declare-function eshell-search-path "esh-ext" (name)) | ||
| 98 | |||
| 95 | (defcustom eshell-windows-shell-file | 99 | (defcustom eshell-windows-shell-file |
| 96 | (if (eshell-under-windows-p) | 100 | (if (eshell-under-windows-p) |
| 97 | (if (string-match "\\(cmdproxy\\|sh\\)\\.\\(com\\|exe\\)" | 101 | (if (string-match "\\(cmdproxy\\|sh\\)\\.\\(com\\|exe\\)" |