Jan Vroonhof wrote:
<snip>
RCS file: /usr/CVSroot/XEmacs/xemacs-20/lisp/package-admin.el,v
retrieving revision 1.11
diff -u -r1.11 package-admin.el
--- package-admin.el 1999/01/04 01:34:A38 1.11
+++ package-admin.el 1999/02/07 04:07:11
@@ -177,7 +177,9 @@
;; Ok we need to guess
(if mule-related
(package-admin-get-install-dir 'mule-base nil nil)
- (car (last late-packages)))))))
+ (if (eq package 'xemacs-base)
+ (car (last late-packages))
+ (package-admin-get-install-dir 'xemacs-base nil nil)))))))
Thanks, that fixed it.
BTW - I just downloaded 21.2 beta 10 - and package-admin.el does *not* have
the patch.
--
Cheers,
-Dima.