diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2019-09-30 03:31:53 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2019-09-30 03:31:53 +0200 |
commit | fd887250dc560541ecc2a3ea4a5d6f61591e2821 (patch) | |
tree | e0b97782ec73c6209d5e088ac74b3722fabf793c /lisp/obsolete | |
parent | 6ade75a20408419a13c57804bc9bc232ea615a1f (diff) | |
download | emacs-fd887250dc560541ecc2a3ea4a5d6f61591e2821.tar.gz |
Silence byte-compiler warning
* lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/info-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/obsolete/info-edit.el b/lisp/obsolete/info-edit.el index 55c52b5abdb..b71af889a0a 100644 --- a/lisp/obsolete/info-edit.el +++ b/lisp/obsolete/info-edit.el @@ -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. |