From: Glenn Morris Date: Mon, 19 Nov 2007 00:09:48 +0000 (+0000) Subject: (w32-shell-dos-semantics): Declare as function. X-Git-Tag: emacs-pretest-23.0.90~9642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ef97535e67a688c86c50ff8ef891f5268f3caab;p=emacs.git (w32-shell-dos-semantics): Declare as function. --- diff --git a/lisp/subr.el b/lisp/subr.el index 5a88fa4fd5d..de36d0b9035 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)