# HG changeset patch # User Glenn Morris # Date 1195430988 0 # Node ID d6b46513e321992f45875ddf71c16dbce9e64dc8 # Parent 1244ab609a9967d32c448b0b5cb4595d940631f7 (w32-shell-dos-semantics): Declare as function. diff -r 1244ab609a99 -r d6b46513e321 lisp/subr.el --- a/lisp/subr.el Mon Nov 19 00:09:20 2007 +0000 +++ b/lisp/subr.el Mon Nov 19 00:09:48 2007 +0000 @@ -2118,6 +2118,8 @@ (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)