* wl-util.el (toplevel): Use `wl-on-xemacs' instead of
authorokazaki <okazaki>
Wed, 11 Oct 2000 01:43:48 +0000 (01:43 +0000)
committerokazaki <okazaki>
Wed, 11 Oct 2000 01:43:48 +0000 (01:43 +0000)
`running-xemacs'.

wl/wl-util.el

index 30c81ed..2b0ff82 100644 (file)
@@ -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)