]> code.delx.au - gnu-emacs/blobdiff - lisp/lpr.el
* progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
[gnu-emacs] / lisp / lpr.el
index 5aed3bcc484ba3e74e422976248970fc1cf5269b..0e96051715905fdf70423eeef24be3f1d0b253aa 100644 (file)
@@ -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."