diff options
| author | John Wiegley | 2002-08-05 20:08:40 +0000 |
|---|---|---|
| committer | John Wiegley | 2002-08-05 20:08:40 +0000 |
| commit | 851988cd895db893330f3a1269d6ff6f863fcec3 (patch) | |
| tree | 1cdc426329621af1b1bc29dba2e0bceac8523c6c | |
| parent | d86e0c59ecb79289fc77f78e9888920d58176566 (diff) | |
| download | emacs-851988cd895db893330f3a1269d6ff6f863fcec3.tar.gz emacs-851988cd895db893330f3a1269d6ff6f863fcec3.zip | |
Removed a comment.
| -rw-r--r-- | lisp/eshell/esh-ext.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 12edbdc7153..6900038f1d5 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -48,7 +48,6 @@ loaded into memory, thus beginning a new process." | |||
| 48 | :type 'hook | 48 | :type 'hook |
| 49 | :group 'eshell-ext) | 49 | :group 'eshell-ext) |
| 50 | 50 | ||
| 51 | ;; Maybe this should simply be a defvaralias ? -stef | ||
| 52 | (defcustom eshell-binary-suffixes exec-suffixes | 51 | (defcustom eshell-binary-suffixes exec-suffixes |
| 53 | "*A list of suffixes used when searching for executable files." | 52 | "*A list of suffixes used when searching for executable files." |
| 54 | :type '(repeat string) | 53 | :type '(repeat string) |