* lisp/w32-fns.el (w32-shell-name): Silence compiler.

This commit is contained in:
Glenn Morris 2015-05-05 20:10:59 -07:00
parent d804150fb2
commit 118bb49ab3

View file

@ -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)