# HG changeset patch # User Richard M. Stallman # Date 860974973 0 # Node ID 03d612dba255fec3d7385c9ba8b382f25167fa9f # Parent 5d1881f8c7f15be2927a88e1992d08a8637a7cc3 (ps-print-color-p): Fix minor error. diff -r 5d1881f8c7f1 -r 03d612dba255 lisp/ps-print.el --- 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."