diff options
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 6826cc47f86..d9257475447 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -34,6 +34,7 @@ ;; audio bell initialized. ;;; Code: +(require 'w32-vars) (defvar explicit-shell-file-name) @@ -81,6 +82,8 @@ That includes all Windows systems except for 9X/Me." '("cmdproxy" "cmdproxy.exe")) (w32-system-shell-p (getenv "COMSPEC"))))) +(defvar w32-quote-process-args) ;; defined in w32proc.c + (defun w32-check-shell-configuration () "Check the configuration of shell variables on Windows NT/9X. This function is invoked after loading the init files and processing |