1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(image-type-regexps): Fix typo.

This commit is contained in:
Juanma Barranquero 2003-02-04 11:29:35 +00:00
parent 71296446d3
commit 37d4a06e71
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-02-04 Juanma Barranquero <lektu@terra.es>
* image.el (image-type-regexps): Fix typo.
2003-02-04 Francesco Potort,Al(B <pot@gnu.org>
* mail/rmailout.el (rmail-output): If preserving MIME-version,

View file

@ -46,7 +46,7 @@ When the first bytes of an image file match REGEXP, it is assumed to
be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol,
IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called
with one argument, a string containing the image data. If PREDICATE returns
a non-nil value, TYPE is the image's type ")
a non-nil value, TYPE is the image's type.")
(defun image-jpeg-p (data)