aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-17 20:55:07 +0000
committerRichard M. Stallman2006-07-17 20:55:07 +0000
commitf2920ffe8e0be5d4e9dd57e4fc673b7119cb0045 (patch)
treec5b547ef12e6e5f122c8ae19e0088acd02c0ca9d
parentaed19764254cd2620930d9a3ee346f09ae9674b7 (diff)
downloademacs-f2920ffe8e0be5d4e9dd57e4fc673b7119cb0045.tar.gz
emacs-f2920ffe8e0be5d4e9dd57e4fc673b7119cb0045.zip
(tar-superior-buffer, archive-superior-buffer):
Add defvars to silence warnings.
-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