Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes: > The function emms-playlist-new calls the function > `called-interactively-p', which does not exist in Emacs 21.4. > > This results in a run-time error.
I'm sending the following patch to forcer.
--- old-emms2/emms.el 2005-09-20 16:30:42.000000000 -0500
+++ new-emms2/emms.el 2005-09-25 11:37:08.000000000 -0500
@@ -462,7 +462,7 @@
(when (not (eq major-mode emms-playlist-default-major-mode))
(funcall emms-playlist-default-major-mode))
(setq emms-playlist-buffer-p t))
- (when (called-interactively-p)
+ (when (interactive-p)
(switch-to-buffer buf))
buf))
--
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
/` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
|_] | \| |_| Jabber: mwolson_at_hcoop.net
pgpegVxJWDTJ0.pgp
Description: PGP signature
_______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
