diff options
| author | Reiner Steib | 2008-03-05 22:06:39 +0000 |
|---|---|---|
| committer | Reiner Steib | 2008-03-05 22:06:39 +0000 |
| commit | a7b50e1ce077fba8f0f4af30d4e6fa46c94e6742 (patch) | |
| tree | 61a1b61ad3051823ef183dae554e61a42c1b9a2d | |
| parent | 072d38188a3ccbcc001516ae1b2bc4f05f98270b (diff) | |
| download | emacs-a7b50e1ce077fba8f0f4af30d4e6fa46c94e6742.tar.gz emacs-a7b50e1ce077fba8f0f4af30d4e6fa46c94e6742.zip | |
(gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f5c7a68a715..ca1a4a01ecb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-03-05 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p. | ||
| 4 | Suggested by <chris.anderton@zetnet.co.uk>. | ||
| 5 | |||
| 1 | 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org> | 6 | 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org> |
| 2 | 7 | ||
| 3 | * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with | 8 | * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index f5544bb7fd3..269da70461a 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -8909,7 +8909,7 @@ to save in." | |||
| 8909 | (mail-header-date gnus-current-headers) ")")))) | 8909 | (mail-header-date gnus-current-headers) ")")))) |
| 8910 | (gnus-run-hooks 'gnus-ps-print-hook) | 8910 | (gnus-run-hooks 'gnus-ps-print-hook) |
| 8911 | (save-excursion | 8911 | (save-excursion |
| 8912 | (if window-system | 8912 | (if ps-print-color-p |
| 8913 | (ps-spool-buffer-with-faces) | 8913 | (ps-spool-buffer-with-faces) |
| 8914 | (ps-spool-buffer))))) | 8914 | (ps-spool-buffer))))) |
| 8915 | (kill-buffer buffer)))) | 8915 | (kill-buffer buffer)))) |