the following fixes an error in the semantic-imenu use.

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.
------------------------------------------------------------------------------
Download Intel® 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
jdee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-devel

Reply via email to