From: okazaki Date: Wed, 11 Oct 2000 01:43:48 +0000 (+0000) Subject: * wl-util.el (toplevel): Use `wl-on-xemacs' instead of X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=86ff1acb02052cac2c1c9d4977beadeccb74582b;p=elisp%2Fwanderlust.git * wl-util.el (toplevel): Use `wl-on-xemacs' instead of `running-xemacs'. --- diff --git a/wl/wl-util.el b/wl/wl-util.el index 30c81ed..2b0ff82 100644 --- a/wl/wl-util.el +++ b/wl/wl-util.el @@ -166,7 +166,7 @@ If HACK-ADDRESSES is t, then the strings are considered to be mail addresses, (event-to-character event)) event))) -(if running-xemacs +(if wl-on-xemacs (fset 'wl-read-event-char 'wl-xmas-read-event-char)) (defmacro wl-push (v l)