aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-19 00:09:48 +0000
committerGlenn Morris2007-11-19 00:09:48 +0000
commit0ef97535e67a688c86c50ff8ef891f5268f3caab (patch)
tree4d50ac62b7c6623007ba692c7c5c16eb2f5f6b1c
parentf3a4724d5c6597e5722761a83d313565256eb6c7 (diff)
downloademacs-0ef97535e67a688c86c50ff8ef891f5268f3caab.tar.gz
emacs-0ef97535e67a688c86c50ff8ef891f5268f3caab.zip
(w32-shell-dos-semantics): Declare as function.
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
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."
2118 (play-sound-internal sound) 2118 (play-sound-internal sound)
2119 (error "This Emacs binary lacks sound support"))) 2119 (error "This Emacs binary lacks sound support")))
2120 2120
2121(declare-function w32-shell-dos-semantics "w32-fns" nil)
2122
2121(defun shell-quote-argument (argument) 2123(defun shell-quote-argument (argument)
2122 "Quote an argument for passing as argument to an inferior shell." 2124 "Quote an argument for passing as argument to an inferior shell."
2123 (if (or (eq system-type 'ms-dos) 2125 (if (or (eq system-type 'ms-dos)