changeset 37817:431f430082e9

(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
author John Wiegley <johnw@newartisans.com>
date Fri, 18 May 2001 16:39:49 +0000
parents 798d90bb6037
children 225c25d9631c
files lisp/eshell/esh-cmd.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-cmd.el	Fri May 18 16:39:29 2001 +0000
+++ b/lisp/eshell/esh-cmd.el	Fri May 18 16:39:49 2001 +0000
@@ -1231,7 +1231,7 @@
   "Identify the COMMAND, and where it is located."
   (eshell-for name (cons command names)
     (let (program alias direct)
-      (if (eq (aref name 0) ?*)
+      (if (eq (aref name 0) eshell-explicit-command-char)
 	  (setq name (substring name 1)
 		direct t))
       (if (and (not direct)