diff lisp/cedet/semantic/html.el @ 105804:91f3ea36baf8

Suppress harmless warnings about setting up semantic-imenu (not part of Emacs) variables.
author Glenn Morris <rgm@gnu.org>
date Sat, 31 Oct 2009 02:03:19 +0000
parents 7f4c7f5c0eba
children 83dde921cc1b
line wrap: on
line diff
--- a/lisp/cedet/semantic/html.el	Fri Oct 30 10:55:20 2009 +0000
+++ b/lisp/cedet/semantic/html.el	Sat Oct 31 02:03:19 2009 +0000
@@ -222,6 +222,11 @@
   "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."