diff options
author | John Wiegley <johnw@newartisans.com> | 2002-08-05 20:08:40 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2002-08-05 20:08:40 +0000 |
commit | 851988cd895db893330f3a1269d6ff6f863fcec3 (patch) | |
tree | 1cdc426329621af1b1bc29dba2e0bceac8523c6c /lisp | |
parent | d86e0c59ecb79289fc77f78e9888920d58176566 (diff) | |
download | emacs-851988cd895db893330f3a1269d6ff6f863fcec3.tar.gz |
Removed a comment.
Diffstat (limited to 'lisp')
-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." :type 'hook :group 'eshell-ext) -;; Maybe this should simply be a defvaralias ? -stef (defcustom eshell-binary-suffixes exec-suffixes "*A list of suffixes used when searching for executable files." :type '(repeat string) |