diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-10-21 19:35:11 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-10-21 19:35:11 +0000 |
commit | 200fe89b7c0a1615438f7a70767e25c623bdef9c (patch) | |
tree | ae562a80f3cd6ba843de86a6be8b7d94b8a693a4 /lisp/dos-w32.el | |
parent | f82460271ec718957a1ae311c2cdbd8f7d5ca8c4 (diff) | |
download | emacs-200fe89b7c0a1615438f7a70767e25c623bdef9c.tar.gz |
* w32-fns.el (w32-quote-process-args):
* dos-w32.el (print-region-function, lpr-headers-switches)
(ps-print-region-function): Pacify byte-compiler.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r-- | lisp/dos-w32.el | 3 |
1 files changed, 3 insertions, 0 deletions
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") |