mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(tar-superior-buffer, archive-superior-buffer):
Add defvars to silence warnings.
This commit is contained in:
parent
aed1976425
commit
f2920ffe8e
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ information on these modes."
|
|||
(if (get-text-property (point-min) 'display)
|
||||
(image-toggle-display)))
|
||||
|
||||
(defvar archive-superior-buffer)
|
||||
(defvar tar-superior-buffer)
|
||||
|
||||
(defun image-toggle-display ()
|
||||
"Start or stop displaying an image file as the actual image.
|
||||
This command toggles between showing the text of the image file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue