Mercurial > emacs
changeset 70097:3e313b3afda5
(image-toggle-display): Handle tar and arc subfiles.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Apr 2006 21:21:08 +0000 |
parents | 2820ef0bf77c |
children | bd71e8bcb103 |
files | lisp/image-mode.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-mode.el Tue Apr 18 21:20:03 2006 +0000 +++ b/lisp/image-mode.el Tue Apr 18 21:21:08 2006 +0000 @@ -139,7 +139,11 @@ ;; was inserted (let* ((image (if (and (buffer-file-name) - (not (buffer-modified-p))) + (not (buffer-modified-p)) + (not (and (boundp 'archive-superior-buffer) + archive-superior-buffer)) + (not (and (boundp 'tar-superior-buffer) + tar-superior-buffer))) (progn (clear-image-cache) (create-image (buffer-file-name))) (create-image