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:
parent
e3cd4b53c5
commit
4f3beabf12
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user