Silence byte-compiler warning

* lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it.
This commit is contained in:
Juanma Barranquero 2019-09-30 03:31:53 +02:00
parent 6ade75a204
commit fd887250dc

View 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.