From 2293b9fe0a7757162ba74c5cddc47bde79c8d1e5 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 22 Oct 2006 02:28:00 +0000 Subject: emms-playlist-mode: Fix typo in hook name darcs-hash:20061022022812-1bfb2-56bf75c18981a67d77d009158d7f38efae69bce4.gz --- emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3