(printer-name): Do not set on MS Windows.
authorJason Rumney <jasonr@gnu.org>
Wed, 23 Jan 2008 00:52:17 +0000 (00:52 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 23 Jan 2008 00:52:17 +0000 (00:52 +0000)
lisp/ChangeLog
lisp/lpr.el

index 7633804..28d0cc1 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * lpr.el (printer-name): Do not set on MS Windows.
+
 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * blank-mode.el: Fix a problem of cleaning blank faces when turning off
index 6083cc5..7f11d3e 100644 (file)
@@ -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.\)