Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / cedet / semantic / wisent / java-tags.el
index 5a9d8c3..6bdc273 100644 (file)
@@ -1,7 +1,6 @@
 ;;; 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-2006, 2009-2012  Free Software Foundation, Inc.
 
 ;; Author: David Ponce <david@dponce.com>
 ;; Maintainer: David Ponce <david@dponce.com>
@@ -78,6 +77,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'.
@@ -115,7 +117,6 @@ Use the alternate LALR(1) parser."
 
 ;; Local variables:
 ;; generated-autoload-file: "../loaddefs.el"
-;; generated-autoload-feature: semantic/loaddefs
 ;; generated-autoload-load-name: "semantic/wisent/java-tags"
 ;; End: