(gnus-print-buffer): Honor ps-print-color-p.

Suggested by <chris.anderton@zetnet.co.uk>.
This commit is contained in:
Reiner Steib 2008-03-05 22:06:39 +00:00
parent 072d38188a
commit a7b50e1ce0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-03-05 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.
2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
* nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with

View file

@ -8909,7 +8909,7 @@ to save in."
(mail-header-date gnus-current-headers) ")"))))
(gnus-run-hooks 'gnus-ps-print-hook)
(save-excursion
(if window-system
(if ps-print-color-p
(ps-spool-buffer-with-faces)
(ps-spool-buffer)))))
(kill-buffer buffer))))