Suppress harmless warnings about setting up semantic-imenu (not part
authorGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:03:19 +0000 (02:03 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:03:19 +0000 (02:03 +0000)
of Emacs) variables.

lisp/ChangeLog
lisp/cedet/semantic/html.el
lisp/cedet/semantic/texi.el
lisp/cedet/semantic/wisent/java-tags.el
lisp/cedet/semantic/wisent/javascript.el
lisp/cedet/srecode/template.el

index ef21f20..838ee2d 100644 (file)
@@ -1,3 +1,11 @@
+2009-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
+       * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
+       * cedet/semantic/html.el:
+       Suppress harmless warnings about setting up semantic-imenu (not
+       part of Emacs) variables.
+
 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-bzr.el (vc-bzr-revision-keywords): New var.
index 3e264d2..90c9824 100644 (file)
@@ -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."
index 50b2acd..ae85105 100644 (file)
@@ -447,6 +447,11 @@ that start with that symbol."
 \f
 ;;; Parser Setup
 ;;
+;; 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)
+
 (defun semantic-default-texi-setup ()
   "Set up a buffer for parsing of Texinfo files."
   ;; This will use our parser.
index 1d8f38f..8d0ef3d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs
 
-;;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -78,6 +78,9 @@ This function override `get-local-variables'."
 ;;;; Semantic integration of the Java LALR parser
 ;;;;
 
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-summary-function)
+
 ;;;###autoload
 (defun wisent-java-default-setup ()
   "Hook run to setup Semantic in `java-mode'.
index 8ea52d8..c76fdff 100644 (file)
@@ -75,6 +75,9 @@ This function overrides `get-local-variables'."
 ;;
 ;; This sets up the javascript parser
 
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-summary-function)
+
 ;;;###autoload
 (defun wisent-javascript-setup-parser ()
   "Setup buffer for parse."
index b4f372c..8cb63e7 100644 (file)
@@ -39,6 +39,9 @@
       ans)
     ))
 
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-summary-function)
+
 ;;;###autoload
 (defun srecode-template-setup-parser ()
   "Setup buffer for parse."