of Emacs) variables.
+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.
"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."
\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.
;;; 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>
;;;; 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'.
;;
;; 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."
ans)
))
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-summary-function)
+
;;;###autoload
(defun srecode-template-setup-parser ()
"Setup buffer for parse."