diff options
-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) |