* image-mode.el (image-after-revert-hook):
Redraw all frames on which the image is visible.
2011-05-21 Glenn Morris <rgm@gnu.org>
+ * image-mode.el (image-after-revert-hook):
+ Redraw all frames on which the image is visible. (Bug#8567)
+
* dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
* wid-edit.el (widget-checklist-match-inline):
(when (image-get-display-property)
(image-toggle-display-text)
;; Update image display.
- (redraw-frame (selected-frame))
+ (mapc (lambda (window) (redraw-frame (window-frame window)))
+ (get-buffer-window-list (current-buffer) 'nomini 'visible))
(image-toggle-display-image)))
\f