emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/tablist 7380227 26/60: Fix compiler warnings.


From: Philip Kaludercic
Subject: [nongnu] elpa/tablist 7380227 26/60: Fix compiler warnings.
Date: Sun, 1 Aug 2021 18:19:29 -0400 (EDT)

branch: elpa/tablist
commit 73802272e12def2ee1076079713ef1daf2189ddf
Author: Andreas Politz <politza@hochschule-trier.de>
Commit: Andreas Politz <politza@hochschule-trier.de>

    Fix compiler warnings.
    
    * lisp/tablist-filter.el: Using require non-toplevel may confuse the
      compiler (?): Declare imported wisent identifier.
---
 tablist-filter.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tablist-filter.el b/tablist-filter.el
index b72ea21..6a6f058 100644
--- a/tablist-filter.el
+++ b/tablist-filter.el
@@ -28,6 +28,9 @@
 
 ;;; Code:
 
+(defvar wisent-eoi-term)
+(declare-function wisent-parse "semantic/wisent/wisent.el")
+
 (defvar tablist-filter-binary-operator
   '((== . tablist-filter-op-equal)
     (=~ . tablist-filter-op-regexp)
@@ -103,7 +106,7 @@
   (when interactive
     (message "Parser reinitialized."))
   nil)
-    
+
 (defun tablist-filter-wisent-lexer ()
   (cl-destructuring-bind (unary-op binary-op keywords)
       tablist-filter-lexer-regexps



reply via email to

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