]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32-shell-dos-semantics): Declare as function.
authorGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:09:48 +0000 (00:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:09:48 +0000 (00:09 +0000)
lisp/subr.el

index 5a88fa4fd5d5ccf68c347f0d44aa8577d318c0be..de36d0b90355ac281358b42032aaff20a44bb95d 100644 (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)