summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/html.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-31 02:03:19 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-31 02:03:19 +0000
commitf3628edde668261ea863ef287c9a854a9e4f7248 (patch)
treee8c950c6f9832dd892b3ad245f422347fe7cf762 /lisp/cedet/semantic/html.el
parent0405f8d9a302bf48308365467042e9d4f623b692 (diff)
downloademacs-f3628edde668261ea863ef287c9a854a9e4f7248.tar.gz
emacs-f3628edde668261ea863ef287c9a854a9e4f7248.tar.bz2
emacs-f3628edde668261ea863ef287c9a854a9e4f7248.zip
Suppress harmless warnings about setting up semantic-imenu (not part
of Emacs) variables.
Diffstat (limited to 'lisp/cedet/semantic/html.el')
-rw-r--r--lisp/cedet/semantic/html.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el
index 3e264d2d857..90c9824d5ab 100644
--- a/lisp/cedet/semantic/html.el
+++ b/lisp/cedet/semantic/html.el
@@ -222,6 +222,11 @@ tag with greater section value than LEVEL is found."
"The children TAG expands to."
(semantic-html-components tag))
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-expandable-tag-classes)
+(defvar semantic-imenu-bucketize-file)
+(defvar semantic-imenu-bucketize-type-members)
+
;;;###autoload
(defun semantic-default-html-setup ()
"Set up a buffer for parsing of HTML files."