diff options
author | Michael Olson <mwolson@gnu.org> | 2006-10-22 02:28:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-10-22 02:28:00 +0000 |
commit | 2293b9fe0a7757162ba74c5cddc47bde79c8d1e5 (patch) | |
tree | 5a33613cf07b232591a357bf8fce6c9f736522ab | |
parent | 5587272ee064832f5901479bb1da12d6dd6f1210 (diff) |
emms-playlist-mode: Fix typo in hook name
darcs-hash:20061022022812-1bfb2-56bf75c18981a67d77d009158d7f38efae69bce4.gz
-rw-r--r-- | emms-playlist-mode.el | 2 |
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) |