(w32-shell-dos-semantics): Declare as function.
This commit is contained in:
parent
f3a4724d5c
commit
0ef97535e6
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue