From 4f3beabf12b5d30f29b378c0d00c34577c30044e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Apr 1997 23:42:53 +0000 Subject: [PATCH] (ps-print-color-p): Fix minor error. --- lisp/ps-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index be96506716e..864c087086f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -936,7 +936,7 @@ when generating Postscript." ;;; Colors (defcustom ps-print-color-p (or (fboundp 'x-color-values) ; Emacs - (fboundp 'pixel-components) ; XEmacs + (fboundp 'pixel-components)) ; XEmacs ; xemacs ; Printing color requires x-color-values. "*If non-nil, print the buffer's text in color."