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:
parent
71296446d3
commit
37d4a06e71
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue