that doesn't use the package system.
(listp configure-package-path))
(delete "" configure-package-path))))
dir)
- (while (not (file-exists-p (setq dir (car dirs))))
+ (while (and (setq dir (car dirs))
+ (not (file-exists-p dir)))
(setq dirs (cdr dirs)))
dir)))
(if PACKAGEDIR
+2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * APEL-MK (config-apel-package): Avoid an error concerning
+ PACKAGEDIR with old XEmacs that doesn't use the package system.
+
2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
* install.el (install-update-package-files): Use