1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

* image.c (pbm_load): Correctly check image size for greyscale pbm.

This commit is contained in:
Chong Yidong 2007-05-12 23:53:49 +00:00
parent 1aa84454ca
commit 96587f7eb9

View file

@ -1,5 +1,7 @@
2007-05-12 Chong Yidong <cyd@stupidchicken.com>
* image.c (pbm_load): Correctly check image size for greyscale pbm.
* xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>