From: Lars Ingebrigtsen Date: Fri, 12 Mar 2021 00:20:07 +0000 (+0100) Subject: Fix compilation warning in python-wy.el after lexical rewrite X-Git-Tag: emacs-28.0.90~3310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd3705adf9fe73dfd5becfe4afbd4673e71942b8;p=emacs.git 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. --- diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy index 22e85570dc1..2539d1bec8c 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"