nixpkgs/pkgs/applications/editors/emacs-modes/jdee/elib-avltree.patch
Ludovic Courtès df4a8eafde Add JDEE, the Java development environment for Emacs.
svn path=/nixpkgs/trunk/; revision=16222
2009-07-07 16:13:45 +00:00

16 lines
496 B
Diff

JDEE refers to the `avltree' module from GNU Elib, but GNU Elib
no longer exists (see http://www.gnu.org/software/elib/). This
patch updates the module names to what's current in Emacs.
--- jde/lisp/jde-parse.el (revision 90)
+++ jde/lisp/jde-parse.el (working copy)
@@ -24,7 +24,7 @@
(require 'semantic-sb)
(require 'semantic-ctxt)
-(require 'avltree)
+(require 'avl-tree)
(require 'thingatpt)
(require 'eieio)
(require 'jde-imenu) ; All the imenu stuff is here now!