Fix handling of comments in NetPBM image files.
authorClaudio Bley <claudio.bley@googlemail.com>
Fri, 1 Nov 2013 09:10:13 +0000 (11:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Nov 2013 09:10:13 +0000 (11:10 +0200)
commit0e7690deacc3232f1a0bd3902255ffa34292e5cf
tree9459348a527f4b61408cefe9f08538460a651669
parent019c8218f07fd2acca84661be01147c50908d903
Fix handling of comments in NetPBM image files.

 src/image.c (pbm_next_char): New function.
 (pbm_scan_number): Use it.

 lisp/image.el (image-type-header-regexps): Fix the 'pbm' part to
 allow comments in pbm files.
lisp/ChangeLog
lisp/image.el
src/ChangeLog
src/image.c