"Bryan Shell" <bryan.shell(a)gmail.com> writes:
2007-08-20 Bryan Shell <bryan.shell(a)gmail.com>
* jde-util.el (jde-find-jde-data-directory): Return the right
directory for XEmacs instead of the jde-root all the time
Thanks for the patch, Bryan!
While I'm not a user of jde myself, it looks obviously correct.
Norbert, we still have Andy on file as the official maintainer of that
package (according to pui-display-maintainer).
The latest sync with upstream was done by Ville.
Who should be listed as maintainer?
Adrian
--- jde-util.el 2007-08-20 19:28:15.000000000 -0400
+++ /usr/share/xemacs/xemacs-packages/lisp/jde/jde-util.el
2006-03-06 06:58:37.000000000 -0500
@@ -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."
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches