Mercurial > emacs
comparison lisp/eshell/esh-ext.el @ 46819:acd6b7b35363
Removed a comment.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Mon, 05 Aug 2002 20:08:40 +0000 |
parents | 536e5590a586 |
children | 10b09165e86f |
comparison
equal
deleted
inserted
replaced
46818:fa3f7092b7c3 | 46819:acd6b7b35363 |
---|---|
46 (defcustom eshell-ext-load-hook '(eshell-ext-initialize) | 46 (defcustom eshell-ext-load-hook '(eshell-ext-initialize) |
47 "*A hook that gets run when `eshell-ext' is loaded." | 47 "*A hook that gets run when `eshell-ext' is loaded." |
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) |
55 :group 'eshell-ext) | 54 :group 'eshell-ext) |
56 | 55 |