diff options
| author | John Wiegley | 2000-10-29 05:18:48 +0000 |
|---|---|---|
| committer | John Wiegley | 2000-10-29 05:18:48 +0000 |
| commit | dace60cfea488a9cc8a775109c56b66907aa6abb (patch) | |
| tree | 364b9c0114540a5f51a42e1e28a37b98714edaee /lisp/eshell/em-script.el | |
| parent | 657f9cb8b7f7c3a9687f3998319ce63346ef13a4 (diff) | |
| download | emacs-dace60cfea488a9cc8a775109c56b66907aa6abb.tar.gz emacs-dace60cfea488a9cc8a775109c56b66907aa6abb.zip | |
See ChangeLog
Diffstat (limited to 'lisp/eshell/em-script.el')
| -rw-r--r-- | lisp/eshell/em-script.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index d6a8ea54e2f..8967426cadf 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -63,6 +63,9 @@ This includes when running `eshell-command'." | |||
| 63 | (string= (file-name-nondirectory file) | 63 | (string= (file-name-nondirectory file) |
| 64 | "eshell")) . eshell/source) | 64 | "eshell")) . eshell/source) |
| 65 | eshell-interpreter-alist)) | 65 | eshell-interpreter-alist)) |
| 66 | (make-local-variable 'eshell-complex-commands) | ||
| 67 | (setq eshell-complex-commands | ||
| 68 | (append '("source" ".") eshell-complex-commands)) | ||
| 66 | ;; these two variables are changed through usage, but we don't want | 69 | ;; these two variables are changed through usage, but we don't want |
| 67 | ;; to ruin it for other modules | 70 | ;; to ruin it for other modules |
| 68 | (let (eshell-inside-quote-regexp | 71 | (let (eshell-inside-quote-regexp |