Mercurial > emacs
changeset 38733:c28225b647f2
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 08 Aug 2001 10:54:12 +0000 |
parents | 24fe4f884e82 |
children | a57a66bf62db |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 08 10:53:46 2001 +0000 +++ b/lisp/ChangeLog Wed Aug 08 10:54:12 2001 +0000 @@ -1,5 +1,10 @@ 2001-08-08 Gerd Moellmann <gerd@gnu.org> + * image.el (image-type-regexps): Allow predicates. Change the way + JPEG images are recognized. + (image-jpeg-p): New function. + (image-type-from-data): Handle predicates in image-type-regexps. + * emacs-lisp/edebug.el (edebug-read-function): Fix handling of #:, #x, #o, and similar constructs.