Fix JDE package typo

Andy Piper andy at xemacs.org
Mon Oct 29 11:55:00 EDT 2007


Er, I'm not sure I have used JDE in several 
years. So you can have my approval if it actually 
means anything. Probably best to find a new maintainer.

andy

At 08:17 23/10/2007, Michael Sperber wrote:

>Andy, could you approve this?
>
>2007-10-23  Michael Sperber  <sperber at 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




More information about the XEmacs-Patches mailing list