emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 32078ec 1/3: Fix back-white <-> black-white typo


From: Noam Postavsky
Subject: [Emacs-diffs] master 32078ec 1/3: Fix back-white <-> black-white typo
Date: Wed, 7 Sep 2016 23:26:57 +0000 (UTC)

branch: master
commit 32078ec8c444cd886a51c1a63103b230371d7a54
Author: Kaushal Modi <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix back-white <-> black-white typo
    
    * lisp/ps-print.el (ps-begin-job): back-white -> black-white (Bug#24308)
---
 lisp/ps-print.el |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 2ea0919..54ffe28 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -5828,7 +5828,7 @@ XSTART YSTART are the relative position for the first 
page in a sheet.")
        ps-default-background (ps-rgb-color
                               (cond
                                ((or (member ps-print-color-p
-                                            '(nil back-white))
+                                            '(nil black-white))
                                     (eq genfunc 'ps-generate-postscript))
                                 nil)
                                ((eq ps-default-bg 'frame-parameter)
@@ -5842,7 +5842,7 @@ XSTART YSTART are the relative position for the first 
page in a sheet.")
        ps-default-foreground (ps-rgb-color
                               (cond
                                ((or (member ps-print-color-p
-                                            '(nil back-white))
+                                            '(nil black-white))
                                     (eq genfunc 'ps-generate-postscript))
                                 nil)
                                ((eq ps-default-fg 'frame-parameter)
@@ -5857,12 +5857,12 @@ XSTART YSTART are the relative position for the first 
page in a sheet.")
                               #'(lambda (arg)
                                   (ps-rgb-color arg "unspecified-fg" 0.0))
                               (append (and (not (member ps-print-color-p
-                                                        '(nil back-white)))
+                                                        '(nil black-white)))
                                            ps-fg-list)
                                       (list ps-default-foreground
                                             "black")))
        ps-default-color      (and (not (member ps-print-color-p
-                                               '(nil back-white)))
+                                               '(nil black-white)))
                                   ps-default-foreground)
        ps-current-color      ps-default-color
        ;; Set up default functions.



reply via email to

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