aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-03-12 01:20:07 +0100
committerLars Ingebrigtsen2021-03-12 01:20:07 +0100
commitfd3705adf9fe73dfd5becfe4afbd4673e71942b8 (patch)
treed696fe68902a299d835c7ca500c4a5dd55c4b858 /admin
parentd0125959d775fc8868b3c4cec78c4120eb67d643 (diff)
downloademacs-fd3705adf9fe73dfd5becfe4afbd4673e71942b8.tar.gz
emacs-fd3705adf9fe73dfd5becfe4afbd4673e71942b8.zip
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.
Diffstat (limited to 'admin')
-rw-r--r--admin/grammars/python.wy1
1 files changed, 1 insertions, 0 deletions
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 @@
91%expectedconflicts 5 91%expectedconflicts 5
92 92
93%{ 93%{
94(require 'semantic/tag)
94(declare-function wisent-python-reconstitute-function-tag 95(declare-function wisent-python-reconstitute-function-tag
95 "semantic/wisent/python" (tag suite)) 96 "semantic/wisent/python" (tag suite))
96(declare-function wisent-python-reconstitute-class-tag "semantic/wisent/python" 97(declare-function wisent-python-reconstitute-class-tag "semantic/wisent/python"