+2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-acap.el (toplevel): Check and require 'un-define before
+ 'xemacs-ucs.
+
2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
* wl-acap.el (toplevel): Require 'un-define before 'wl;
;;
(cond
+ ((module-installed-p 'un-define)
+ (require 'un-define))
((and (featurep 'xemacs)
(module-installed-p 'xemacs-ucs))
- (require 'xemacs-ucs))
- ((module-installed-p 'un-define)
- (require 'un-define)))
+ (require 'xemacs-ucs)))
(require 'custom)
(require 'cus-edit)
(require 'wl-vars)