Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4459:554b9d31e7a5
Handle printing correctly on non-mswindows.
2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
* printer.el (generic-print-region):
(generic-print-buffer):
Use #'valid-device-type-p instead of #'valid-specifier-tag-p to
check if the msprinter device is available, now that msprinter is
always available as a specifier tag.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 13 May 2008 14:56:38 +0200 |
parents | 1f0aa40cafe0 |
children | 04ec3340612e |
comparison
equal
deleted
inserted
replaced
4458:d9b9b5f90386 | 4459:554b9d31e7a5 |
---|---|
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * printer.el (generic-print-region): | |
4 (generic-print-buffer): | |
5 Use #'valid-device-type-p instead of #'valid-specifier-tag-p to | |
6 check if the msprinter device is available, now that msprinter is | |
7 always available as a specifier tag. | |
8 | |
1 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> | 9 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * disp-table.el (make-display-table): | 11 * disp-table.el (make-display-table): |
4 Update the example code to make it more general, and more | 12 Update the example code to make it more general, and more |
5 compatible with GNU. Also, I previously said #xFF when I meant | 13 compatible with GNU. Also, I previously said #xFF when I meant |