]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 7633804d2d503b9b2510b4ee3246795a330f215b..28d0cc19003685df29c01ac02a9d7ecb258851f4 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 6083cc5016bc0fc87c07699c7c3a588d82f92e64..7f11d3efe8a86e5782bedd018ee399d181e18cee 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.\)