]> git.eshelyaron.com Git - emacs.git/commitdiff
* image-mode.el (image-toggle-display): Don't clear image cache.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 21 May 2007 23:05:09 +0000 (23:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 21 May 2007 23:05:09 +0000 (23:05 +0000)
Only use filename in image spec if the file is readable.  Call
image-refresh.

lisp/ChangeLog

index 399a12cab974e147c61c2c00153aa4ce95c1626c..7573b17591a0736861665986a5cce0d4e6f4503c 100644 (file)
@@ -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.