1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(ps-print-color-p): Fix minor error.

This commit is contained in:
Richard M. Stallman 1997-04-13 23:42:53 +00:00
parent e3cd4b53c5
commit 4f3beabf12

View 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."