From: Jason Rumney Date: Wed, 23 Jan 2008 00:52:17 +0000 (+0000) Subject: (printer-name): Do not set on MS Windows. X-Git-Tag: emacs-pretest-22.1.90~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93e45e6392fb63d949d3d6bf31d1293108979753;p=emacs.git (printer-name): Do not set on MS Windows. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7633804d2d5..28d0cc19003 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-01-23 Jason Rumney + + * lpr.el (printer-name): Do not set on MS Windows. + 2008-01-21 Vinicius Jose Latorre * blank-mode.el: Fix a problem of cleaning blank faces when turning off diff --git a/lisp/lpr.el b/lisp/lpr.el index 6083cc5016b..7f11d3efe8a 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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.\)