* lisp/w32-fns.el (w32-shell-name): Silence compiler.
This commit is contained in:
parent
d804150fb2
commit
118bb49ab3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
(or (bound-and-true-p shell-file-name)
|
||||
(getenv "ESHELL")
|
||||
(getenv "SHELL")
|
||||
(and (w32-using-nt) "cmd.exe")
|
||||
(and (fboundp 'w32-using-nt) (w32-using-nt) "cmd.exe")
|
||||
"command.com"))
|
||||
|
||||
(defun w32-system-shell-p (shell-name)
|
||||
|
|
Loading…
Add table
Reference in a new issue