Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94d13633
Commit
94d13633
authored
May 18, 2001
by
John Wiegley
Browse files
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
parent
a129972c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/eshell/esh-cmd.el
lisp/eshell/esh-cmd.el
+1
-1
No files found.
lisp/eshell/esh-cmd.el
View file @
94d13633
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment