aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)