emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/backports-25.2 0876366 43/46: Fix back-white <-> b


From: Noam Postavsky
Subject: [Emacs-diffs] scratch/backports-25.2 0876366 43/46: Fix back-white <-> black-white typo
Date: Sun, 2 Oct 2016 14:04:50 +0000 (UTC)

branch: scratch/backports-25.2
commit 0876366cc5cdf52748f5e5abb7c3567eab2efbff
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)
    
    (cherry picked from commit 32078ec8c444cd886a51c1a63103b230371d7a54)
---
 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 1167b9c..55506ed 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -5826,7 +5826,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)
@@ -5840,7 +5840,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)
@@ -5855,12 +5855,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]