(w32-shell-dos-semantics): Declare as function.

This commit is contained in:
Glenn Morris 2007-11-19 00:09:48 +00:00
parent f3a4724d5c
commit 0ef97535e6

View file

@ -2118,6 +2118,8 @@ a system-dependent default device name is used."
(play-sound-internal sound)
(error "This Emacs binary lacks sound support")))
(declare-function w32-shell-dos-semantics "w32-fns" nil)
(defun shell-quote-argument (argument)
"Quote an argument for passing as argument to an inferior shell."
(if (or (eq system-type 'ms-dos)