changeset 79907:b1054d4fe6c7

(printer-name): Do not set on MS Windows.
author Jason Rumney <jasonr@gnu.org>
date Wed, 23 Jan 2008 00:51:16 +0000
parents dbb6bb5288bf
children d45e4a422bed
files lisp/lpr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lpr.el	Tue Jan 22 15:43:44 2008 +0000
+++ b/lisp/lpr.el	Wed Jan 23 00:51:16 2008 +0000
@@ -47,7 +47,7 @@
 
 ;;;###autoload
 (defcustom printer-name
-  (and lpr-windows-system "PRN")
+  (and (memq system-type '(emx ms-dos)) "PRN")
   "*The name of a local printer to which data is sent for printing.
 \(Note that PostScript files are sent to `ps-printer-name', which see.\)