From 200fe89b7c0a1615438f7a70767e25c623bdef9c Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 21 Oct 2007 19:35:11 +0000 Subject: [PATCH] * w32-fns.el (w32-quote-process-args): * dos-w32.el (print-region-function, lpr-headers-switches) (ps-print-region-function): Pacify byte-compiler. --- lisp/ChangeLog | 4 ++++ lisp/dos-w32.el | 3 +++ lisp/w32-fns.el | 2 ++ 3 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f03f5cc953d..3651264b281 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-10-21 Dan Nicolaescu + * 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. diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 0de7f096507..28cab4ccbcb 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -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") diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 3a3695466fa..dc4a83df85b 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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 -- 2.39.2