# HG changeset patch # User John Wiegley # Date 990203989 0 # Node ID 431f430082e94580f100b26a4031f40a6d3d578a # Parent 798d90bb603793a09c51d091285efc6f6e3b5bee (eshell/which): Use `eshell-explicit-command-char' instead of ?*. diff -r 798d90bb6037 -r 431f430082e9 lisp/eshell/esh-cmd.el --- 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)