diff options
| -rw-r--r-- | lisp/image-mode.el | 3 |
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. |
| 123 | This command toggles between showing the text of the image file | 126 | This command toggles between showing the text of the image file |