branch: externals/idlwave
commit 2ff224ccaf5366c2bcbeba52866a8fcf9b477a61
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    run-mode-hooks instead of run-hooks
---
 idlwave.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idlwave.el b/idlwave.el
index ebd8dbe949..2547e16d7d 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -2008,7 +2008,8 @@ The main features of this mode are
                  (require 'idlw-complete-structtag))))
 
   ;; Run the mode hook
-  (run-hooks 'idlwave-mode-hook))
+  (run-mode-hooks 'idlwave-mode-hook))
+
 
 (defvar idlwave-setup-done nil)
 (defun idlwave-setup ()

Reply via email to