From 0ef97535e67a688c86c50ff8ef891f5268f3caab Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 19 Nov 2007 00:09:48 +0000 Subject: [PATCH] (w32-shell-dos-semantics): Declare as function. --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2