changeset 81018:3f89cce8b14c

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 21 May 2007 23:05:09 +0000
parents e2ef7cb33308
children a1b4792efa5e
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 21 23:03:49 2007 +0000
+++ b/lisp/ChangeLog	Mon May 21 23:05:09 2007 +0000
@@ -1,5 +1,9 @@
 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
 
+	* 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.