aboutsummaryrefslogtreecommitdiff
path: root/emms-info.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-09-22 17:21:15 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-09-22 17:21:15 -0400
commitfeee374521617e9852641889d0fc5d5909bf3f11 (patch)
tree9e8f16afc77c99577dade17d0cb1e1dbecb84d4d /emms-info.el
parente2891f2740f54b31c1a6741dda6df5c0be1f3be6 (diff)
* emms-later-do.el: name change
Conver later-do to emms-later-do in order not to pollute the namespace.
Diffstat (limited to 'emms-info.el')
-rw-r--r--emms-info.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emms-info.el b/emms-info.el
index 5e8fae2..382a324 100644
--- a/emms-info.el
+++ b/emms-info.el
@@ -44,7 +44,7 @@
;;; Code:
(require 'emms)
-(require 'later-do)
+(require 'emms-later-do)
(defgroup emms-info nil
"*Track information. ID3, OGG, etc."
@@ -59,7 +59,7 @@ too annoying for you, set this variable to nil."
(defcustom emms-info-asynchronously t
"*Non-nil when track information should be loaded asynchronously.
-This requires `later-do', which should come with EMMS."
+This requires `emms-later-do', which should come with EMMS."
:type 'boolean
:group 'emms-info)
@@ -85,7 +85,7 @@ This is a suitable value for `emms-track-initialize-functions'."
(if (not emms-info-asynchronously)
(emms-info-really-initialize-track track)
(setq emms-info-asynchronous-tracks (1+ emms-info-asynchronous-tracks))
- (later-do 'emms-info-really-initialize-track track)))
+ (emms-later-do 'emms-info-really-initialize-track track)))
(defun emms-info-really-initialize-track (track)
"Really initialize TRACK.