changeset 86221:d6b46513e321

(w32-shell-dos-semantics): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Mon, 19 Nov 2007 00:09:48 +0000
parents 1244ab609a99
children 4aed8a9fb626
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)