]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-print-color-p): Fix minor error.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Apr 1997 23:42:53 +0000 (23:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Apr 1997 23:42:53 +0000 (23:42 +0000)
lisp/ps-print.el

index be96506716e817d0e7d405451704a9b9db46cf11..864c087086f5f1473aebe3c1d88aaf7fcfe73183 100644 (file)
@@ -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."