]> git.eshelyaron.com Git - emacs.git/commitdiff
* w32-fns.el (w32-quote-process-args):
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Oct 2007 19:35:11 +0000 (19:35 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Oct 2007 19:35:11 +0000 (19:35 +0000)
* dos-w32.el (print-region-function, lpr-headers-switches)
(ps-print-region-function): Pacify byte-compiler.

lisp/ChangeLog
lisp/dos-w32.el
lisp/w32-fns.el

index f03f5cc953dca62293ddca2afb67191bd0bb1c82..3651264b281b09142cbc673e5f03a6bf6b8f52bc 100644 (file)
@@ -1,5 +1,9 @@
 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * w32-fns.el (w32-quote-process-args): 
+       * dos-w32.el (print-region-function, lpr-headers-switches)
+       (ps-print-region-function): Pacify byte-compiler.
+
        * emulation/edt-mapper.el (function-key-map):
        (edt-map-key): Make it a function instead of using fset. Inline
        edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
index 0de7f09650728cb4cdca5725aca0c1a68875e823..28cab4ccbcb80ea162d361f16705dbbb132d769d 100644 (file)
@@ -404,6 +404,8 @@ indicates a specific program should be invoked."
     (direct-print-region-helper printer start end lpr-prog
                                delete-text buf display rest)))
 
+(defvar print-region-function)
+(defvar lpr-headers-switches)
 (setq print-region-function 'direct-print-region-function)
 
 ;; Set this to nil if you have a port of the `pr' program
@@ -435,6 +437,7 @@ indicates a specific program should be invoked."
     (direct-print-region-helper printer start end lpr-prog
                                delete-text buf display rest)))
 
+(defvar ps-print-region-function)
 (setq ps-print-region-function 'direct-ps-print-region-function)
 
 ;(setq ps-lpr-command "gs")
index 3a3695466fa9286105c7136c06b17837c3bf9bfa..dc4a83df85b1dbb0d2cd3f7f8c52a8ad07a85e80 100644 (file)
@@ -82,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