From: Juanma Barranquero Date: Tue, 4 Feb 2003 11:29:35 +0000 (+0000) Subject: (image-type-regexps): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~11357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37d4a06e710581b016602f9583657b9aa69fbe72;p=emacs.git (image-type-regexps): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69454012903..bae83c5abf7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Juanma Barranquero + + * image.el (image-type-regexps): Fix typo. + 2003-02-04 Francesco Potort,Al(B * mail/rmailout.el (rmail-output): If preserving MIME-version, diff --git a/lisp/image.el b/lisp/image.el index 346c2e72a01..25d05c9902f 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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)