Mercurial > emacs
changeset 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 | 40c67139980b |
children | d29fa94d860d |
files | 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 |
diffstat | 6 files changed, 29 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 30 10:55:20 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 31 02:03:19 2009 +0000 @@ -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.
--- 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."
--- a/lisp/cedet/semantic/texi.el Fri Oct 30 10:55:20 2009 +0000 +++ b/lisp/cedet/semantic/texi.el Sat Oct 31 02:03:19 2009 +0000 @@ -447,6 +447,11 @@ ;;; 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.
--- a/lisp/cedet/semantic/wisent/java-tags.el Fri Oct 30 10:55:20 2009 +0000 +++ b/lisp/cedet/semantic/wisent/java-tags.el Sat Oct 31 02:03:19 2009 +0000 @@ -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 @@ ;;;; 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'.
--- a/lisp/cedet/semantic/wisent/javascript.el Fri Oct 30 10:55:20 2009 +0000 +++ b/lisp/cedet/semantic/wisent/javascript.el Sat Oct 31 02:03:19 2009 +0000 @@ -75,6 +75,9 @@ ;; ;; 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."
--- a/lisp/cedet/srecode/template.el Fri Oct 30 10:55:20 2009 +0000 +++ b/lisp/cedet/srecode/template.el Sat Oct 31 02:03:19 2009 +0000 @@ -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."