From c042491950f6b57ff1c14d6bfd9d4f01a72d5d4a Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 15 Feb 2007 23:11:00 +0000 Subject: Fix several XEmacs compatibility issues darcs-hash:20070215231146-1bfb2-8b67281c41a771504c6549ad234eb82e26bbfc91.gz --- emms-lastfm.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emms-lastfm.el') diff --git a/emms-lastfm.el b/emms-lastfm.el index bcf1c0f..f1d075e 100644 --- a/emms-lastfm.el +++ b/emms-lastfm.el @@ -195,9 +195,8 @@ the current track, too." emms-lastfm-current-track nil) (message "EMMS Last.fm plugin deactivated"))))) -(defalias 'emms-lastfm-activate 'emms-lastfm - "Obsolete! Use `emms-lastfm-enable', `emms-lastfm-disable' or -`emms-lastfm'.") +(defalias 'emms-lastfm-activate 'emms-lastfm) +(emms-make-obsolete 'emms-lastfm-activate 'emms-lastfm "EMMS 2.2") (defun emms-lastfm-enable () "Enable the emms last.fm plugin." -- cgit v1.2.3