emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ps-print.el,v


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el,v
Date: Fri, 09 Nov 2007 15:23:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      07/11/09 15:23:07

Index: ps-print.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-print.el,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- ps-print.el 29 Oct 2007 16:45:23 -0000      1.199
+++ ps-print.el 9 Nov 2007 15:23:07 -0000       1.200
@@ -10,11 +10,11 @@
 ;; Maintainer: Kenichi Handa <address@hidden> (multi-byte characters)
 ;;     Vinicius Jose Latorre <address@hidden>
 ;; Keywords: wp, print, PostScript
-;; Version: 6.8
+;; Version: 6.8.1
 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
 
-(defconst ps-print-version "6.8"
-  "ps-print.el, v 6.8 <2007/10/26 vinicius>
+(defconst ps-print-version "6.8.1"
+  "ps-print.el, v 6.8.1 <2007/11/09 vinicius>
 
 Vinicius's last change version -- this file may have been edited as part of
 Emacs without changes to the version number.  When reporting bugs, please also
@@ -6844,7 +6844,9 @@
                                    (and (boundp 'printer-name)
                                         (symbol-value 'printer-name))))
               (ps-lpr-switches
-               (append ps-lpr-switches
+               (append (if (listp ps-lpr-switches)
+                           ps-lpr-switches
+                         (list ps-lpr-switches))
                        (and (stringp ps-printer-name)
                             (string< "" ps-printer-name)
                             (list (concat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]