Mercurial > emacs
changeset 77872:0174b6b91a8e
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
* image.el (image-type-auto-detected-p): Don't scan
auto-mode-alist.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 04 Jun 2007 20:40:26 +0000 |
parents | 2b390b4a6ba8 |
children | b2375f70c499 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 04 20:33:46 2007 +0000 +++ b/lisp/ChangeLog Mon Jun 04 20:40:26 2007 +0000 @@ -1,5 +1,11 @@ 2007-06-04 Chong Yidong <cyd@stupidchicken.com> + * files.el (magic-mode-alist): Remove image-type-auto-detected-p. + (magic-fallback-mode-alist): Add image-type-auto-detected-p. + + * image.el (image-type-auto-detected-p): Don't scan + auto-mode-alist. + * longlines.el (longlines-mode): Make longlines-auto-wrap buffer-local. Add hooks unconditionally. (longlines-auto-wrap): Toggle wrapping.