]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence byte-compiler warning
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 30 Sep 2019 01:31:53 +0000 (03:31 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 30 Sep 2019 01:31:53 +0000 (03:31 +0200)
* lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it.

lisp/obsolete/info-edit.el

index 55c52b5abdb4c3f4a0ce322edf67f10629f4b4fe..b71af889a0a29cef1b85681411a50f403149ed99 100644 (file)
@@ -78,6 +78,7 @@ This feature will be removed in future.")
        (buffer-modified-p)
        (message "Tags may have changed.  Use Info-tagify if necessary")))
 
+(defvar ibuffer-help-buffer-modes)
 ;; Moved here from definition of ibuffer-help-buffer-modes to make
 ;; that variable customizable even though this code is obsolete.  See
 ;; also Bug#30990.