Skip to content

Commit

Permalink
run-mode-hooks instead of run-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Jan 26, 2010
1 parent d840d90 commit 2ff224c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idlwave.el
Expand Up @@ -2008,7 +2008,8 @@ The main features of this mode are
(require 'idlw-complete-structtag)))) (require 'idlw-complete-structtag))))


;; Run the mode hook ;; Run the mode hook
(run-hooks 'idlwave-mode-hook)) (run-mode-hooks 'idlwave-mode-hook))



(defvar idlwave-setup-done nil) (defvar idlwave-setup-done nil)
(defun idlwave-setup () (defun idlwave-setup ()
Expand Down

0 comments on commit 2ff224c

Please sign in to comment.