diff options
Diffstat (limited to 'lisp/lpr.el')
| -rw-r--r-- | lisp/lpr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 5aed3bcc484..0e960517159 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -132,7 +132,7 @@ and print the result." (defcustom print-region-function (if (memq system-type '(ms-dos windows-nt)) - #'direct-print-region-function + #'w32-direct-print-region-function #'call-process-region) "Function to call to print the region on a printer. See definition of `print-region-1' for calling conventions." |
