]> code.delx.au - gnu-emacs/commitdiff
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 ef21f200186839ce0091593ede3b753c0c6c3dca..838ee2dd93a6b9312417b4abba9472d35700c238 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 3e264d2d857ef64b30db540c7e6011dbac6c145d..90c9824d5ab8a4fe3e75e77cd0559d0171550641 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 50b2acd3b25a8dc286178da7b9bd02d5f6b31d09..ae85105bbe27a44ddbb36c65950e3d6f22933705 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 1d8f38fc7848ac30bf2078fd5ac1bdb4e4544075..8d0ef3d6fa92e286dcc76681de7b728c171d7774 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 8ea52d861945c5f86eac52ae9e08e58d47187294..c76fdffab1a256b53f57a97243494a88c932379f 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 b4f372c13702c78108f8cd335eb3da0ea4529cb5..8cb63e7c8ec63d269535305adbc1f3fcf39c0e7f 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."