From: Chong Yidong Date: Mon, 21 May 2007 23:05:09 +0000 (+0000) Subject: * image-mode.el (image-toggle-display): Don't clear image cache. X-Git-Tag: emacs-pretest-23.0.90~12597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ca9e00d3d1eb441c4e090d055ca3f06067b1850;p=emacs.git * image-mode.el (image-toggle-display): Don't clear image cache. Only use filename in image spec if the file is readable. Call image-refresh. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 399a12cab97..7573b17591a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-05-21 Chong Yidong + * image-mode.el (image-toggle-display): Don't clear image cache. + Only use filename in image spec if the file is readable. Call + image-refresh. + * image.el (image-type-from-file-name, image-type): Simplify. (image-type-auto-detected-p): Don't scan auto-mode-alist.