diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-31 02:03:19 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-31 02:03:19 +0000 |
commit | f3628edde668261ea863ef287c9a854a9e4f7248 (patch) | |
tree | e8c950c6f9832dd892b3ad245f422347fe7cf762 /lisp/cedet/semantic/html.el | |
parent | 0405f8d9a302bf48308365467042e9d4f623b692 (diff) | |
download | emacs-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.el | 5 |
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." |