emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fd88725: Silence byte-compiler warning


From: Juanma Barranquero
Subject: [Emacs-diffs] master fd88725: Silence byte-compiler warning
Date: Sun, 29 Sep 2019 21:32:17 -0400 (EDT)

branch: master
commit fd887250dc560541ecc2a3ea4a5d6f61591e2821
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    Silence byte-compiler warning
    
    * lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it.
---
 lisp/obsolete/info-edit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/obsolete/info-edit.el b/lisp/obsolete/info-edit.el
index 55c52b5..b71af88 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]