emacs-diffs
[Top][All Lists]
Advanced

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

master fd3705a: Fix compilation warning in python-wy.el after lexical re


From: Lars Ingebrigtsen
Subject: master fd3705a: Fix compilation warning in python-wy.el after lexical rewrite
Date: Thu, 11 Mar 2021 19:20:17 -0500 (EST)

branch: master
commit fd3705adf9fe73dfd5becfe4afbd4673e71942b8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix compilation warning in python-wy.el after lexical rewrite
    
    * admin/grammars/python.wy: Require semantic/tag.
    
    In end of data:
    cedet/semantic/wisent/python-wy.el:862:1: Warning: the function
        `semantic-tag-name' might not be defined at runtime.
---
 admin/grammars/python.wy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy
index 22e8557..2539d1b 100644
--- a/admin/grammars/python.wy
+++ b/admin/grammars/python.wy
@@ -91,6 +91,7 @@
 %expectedconflicts 5
 
 %{
+(require 'semantic/tag)
 (declare-function wisent-python-reconstitute-function-tag
                  "semantic/wisent/python" (tag suite))
 (declare-function wisent-python-reconstitute-class-tag "semantic/wisent/python"



reply via email to

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