]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
authorJohn Wiegley <johnw@newartisans.com>
Fri, 18 May 2001 16:39:49 +0000 (16:39 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 18 May 2001 16:39:49 +0000 (16:39 +0000)
lisp/eshell/esh-cmd.el

index 79df4d5ffbaa3ed1f94de7e338805fcc760d19da..7ee97d5debc3f95df38eb259cae95b4bee3a6dcc 100644 (file)
@@ -1231,7 +1231,7 @@ be finished later after the completion of an asynchronous subprocess."
   "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)