aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 11:29:35 +0000
committerJuanma Barranquero2003-02-04 11:29:35 +0000
commit37d4a06e710581b016602f9583657b9aa69fbe72 (patch)
treeac0030bf1ea69a3ca97b8f636793343c5f72f8e4
parent71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (diff)
downloademacs-37d4a06e710581b016602f9583657b9aa69fbe72.tar.gz
emacs-37d4a06e710581b016602f9583657b9aa69fbe72.zip
(image-type-regexps): Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/image.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69454012903..bae83c5abf7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-02-04 Juanma Barranquero <lektu@terra.es>
2
3 * image.el (image-type-regexps): Fix typo.
4
12003-02-04 Francesco Potort,Al(B <pot@gnu.org> 52003-02-04 Francesco Potort,Al(B <pot@gnu.org>
2 6
3 * mail/rmailout.el (rmail-output): If preserving MIME-version, 7 * 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
46be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol, 46be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol,
47IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called 47IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called
48with one argument, a string containing the image data. If PREDICATE returns 48with one argument, a string containing the image data. If PREDICATE returns
49a non-nil value, TYPE is the image's type ") 49a non-nil value, TYPE is the image's type.")
50 50
51 51
52(defun image-jpeg-p (data) 52(defun image-jpeg-p (data)