changeset 17440:03d612dba255

(ps-print-color-p): Fix minor error.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Apr 1997 23:42:53 +0000
parents 5d1881f8c7f1
children 41a10d128e3b
files lisp/ps-print.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-print.el	Sun Apr 13 20:19:19 1997 +0000
+++ b/lisp/ps-print.el	Sun Apr 13 23:42:53 1997 +0000
@@ -936,7 +936,7 @@
 ;;; 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."