Remove some compat code from ps-print.el
* lisp/ps-print.el (ps-print-color-p): Assume color-values is fboundp; it always is.
This commit is contained in:
parent
8caa91b2ce
commit
06cb954ae3
2 changed files with 1 additions and 3 deletions
|
@ -2037,7 +2037,6 @@ It must be a float between 0.0 (top) and 1.0 (bottom)."
|
|||
:group 'ebnf2ps)
|
||||
|
||||
|
||||
;; Printing color requires x-color-values.
|
||||
(defcustom ebnf-color-p t
|
||||
"Non-nil means use color."
|
||||
:type 'boolean
|
||||
|
|
|
@ -2926,9 +2926,8 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
|
|||
|
||||
;;; Colors
|
||||
|
||||
;; Printing color requires x-color-values.
|
||||
;;;###autoload
|
||||
(defcustom ps-print-color-p (fboundp 'x-color-values)
|
||||
(defcustom ps-print-color-p t
|
||||
"Specify how buffer's text color is printed.
|
||||
|
||||
Valid values are:
|
||||
|
|
Loading…
Add table
Reference in a new issue