# HG changeset patch # User Jason Rumney # Date 1201049476 0 # Node ID b1054d4fe6c78d20f5d270e3bd11acc3185b1195 # Parent dbb6bb5288bfa796df11f0b1fc1cb293b7f36544 (printer-name): Do not set on MS Windows. diff -r dbb6bb5288bf -r b1054d4fe6c7 lisp/lpr.el --- 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.\)