comparison lisp/w32-fns.el @ 85512:589532be95ec

* w32-fns.el (w32-quote-process-args): * dos-w32.el (print-region-function, lpr-headers-switches) (ps-print-region-function): Pacify byte-compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 19:35:11 +0000
parents 59ee4068f60b
children 72cbf2612765 4bc33ffdda1a
comparison
equal deleted inserted replaced
85511:f873840f9fea 85512:589532be95ec
79 "Return non-nil if the interactive shell being used expects MSDOS shell semantics." 79 "Return non-nil if the interactive shell being used expects MSDOS shell semantics."
80 (or (w32-system-shell-p (w32-shell-name)) 80 (or (w32-system-shell-p (w32-shell-name))
81 (and (member (downcase (file-name-nondirectory (w32-shell-name))) 81 (and (member (downcase (file-name-nondirectory (w32-shell-name)))
82 '("cmdproxy" "cmdproxy.exe")) 82 '("cmdproxy" "cmdproxy.exe"))
83 (w32-system-shell-p (getenv "COMSPEC"))))) 83 (w32-system-shell-p (getenv "COMSPEC")))))
84
85 (defvar w32-quote-process-args) ;; defined in w32proc.c
84 86
85 (defun w32-check-shell-configuration () 87 (defun w32-check-shell-configuration ()
86 "Check the configuration of shell variables on Windows NT/9X. 88 "Check the configuration of shell variables on Windows NT/9X.
87 This function is invoked after loading the init files and processing 89 This function is invoked after loading the init files and processing
88 the command line arguments. It issues a warning if the user or site 90 the command line arguments. It issues a warning if the user or site