This patch excludes subversion directories from being candidates for jde plugins. This is useful if you keep your emacs library in subversion or _if_ JDEE ever moves from CVS to subversion.
---------------------------------------- 101c101,102 < (not (string= file-name "RCS"))) --- > (not (string= file-name "RCS")) > (not (string= file-name ".svn"))) ---------------------------------------- -- Paul Landes [EMAIL PROTECTED]
