patch for menu error

Daniel Flesner <[email protected]> Wed, 14 Apr 2010 13:03:05 -0400
Newsgroups gmane.emacs.jdee.devel
Organization agriroots.com
Message-ID <[email protected]>
the following fixes an error in the semantic-imenu use.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

_______________________________________________
jdee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-devel
imenu.patch (text/x-patch, 533 B)
Index: lisp/jde-imenu.el
===================================================================
--- lisp/jde-imenu.el	(revision 223)
+++ lisp/jde-imenu.el	(working copy)
@@ -216,7 +216,7 @@
 					  tag-cat))))
     (if (fboundp prototyper)
 	(funcall prototyper tag parent color)
-      (semantic-format-prototype-tag-java-mode tag parent color))))
+      (semantic-format-tag-prototype-java-mode tag parent color))))
 
 (defun jde-imenu-prototype-function (tag &optional parent color)
   "Return a function (method) prototype for TAG.