Andy, could you approve this?
2007-10-23 Michael Sperber <sperber(a)deinprogramm.de>
* jde-util.el (jde-find-jde-data-directory): Fix paren typo which
made us return the wrong directory for the Java code.
Index: lisp/jde-util.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/jde/lisp/jde-util.el,v
retrieving revision 1.4
diff -u -r1.4 jde-util.el
--- lisp/jde-util.el 3 Mar 2006 20:42:41 -0000 1.4
+++ lisp/jde-util.el 23 Oct 2007 08:14:45 -0000
@@ -177,8 +177,8 @@
(let ((directory-sep-char ?/))
(if (featurep 'xemacs)
(let ((dir (locate-data-directory "jde")))
- (if dir dir (jde-root))))
- (jde-root)))
+ (if dir dir (jde-root)))
+ (jde-root))))
(defun jde-temp-directory ()
"Get the location used by the host system to store temporary files."
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches