2001-08-30 Yuuichi Teranishi <teranisi@gohome.org>
* wl-acap.el (toplevel): Check and require 'un-define before
- 'xemacs-ucs.
+ 'xemacs-ucs;
+ Added checking for UTF-2000.
2001-08-29 Yuuichi Teranishi <teranisi@gohome.org>
;;
(cond
- ((module-installed-p 'un-define)
+ ((and (not (featurep 'utf-2000))
+ (module-installed-p 'un-define))
(require 'un-define))
((and (featurep 'xemacs)
+ (not (featurep 'utf-2000))
(module-installed-p 'xemacs-ucs))
(require 'xemacs-ucs)))
(require 'custom)