aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-10-22 02:28:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-10-22 02:28:00 +0000
commit2293b9fe0a7757162ba74c5cddc47bde79c8d1e5 (patch)
tree5a33613cf07b232591a357bf8fce6c9f736522ab /emms-playlist-mode.el
parent5587272ee064832f5901479bb1da12d6dd6f1210 (diff)
emms-playlist-mode: Fix typo in hook name
darcs-hash:20061022022812-1bfb2-56bf75c18981a67d77d009158d7f38efae69bce4.gz
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 4ebb708..bc16701 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -493,7 +493,7 @@ WINDOW-WIDTH should be a positive integer."
(emms-playlist-mode-startup)
- (run-hooks 'emms-playlist-mode-hooks))
+ (run-hooks 'emms-playlist-mode-hook))
(provide 'emms-playlist-mode)