diff lisp/ps-print.el @ 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 672954f25d25
children 0054114145ca
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."