aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/image-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 66d7fb6c16a..523ef3f73a8 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -118,6 +118,9 @@ information on these modes."
118 (if (get-text-property (point-min) 'display) 118 (if (get-text-property (point-min) 'display)
119 (image-toggle-display))) 119 (image-toggle-display)))
120 120
121(defvar archive-superior-buffer)
122(defvar tar-superior-buffer)
123
121(defun image-toggle-display () 124(defun image-toggle-display ()
122 "Start or stop displaying an image file as the actual image. 125 "Start or stop displaying an image file as the actual image.
123This command toggles between showing the text of the image file 126This command toggles between showing the text of the image file