mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
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
|
|
@ -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
Add a link
Reference in a new issue