Skip to content

Commit

Permalink
Merge pull request stan-dev#50 from kyleam/km/hook
Browse files Browse the repository at this point in the history
Don't run stan-mode-hook twice
  • Loading branch information
jrnold committed Oct 24, 2016
2 parents 3839a66 + f5d786f commit 2446129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stan-mode/stan-mode.el
Expand Up @@ -492,7 +492,7 @@ Key bindings:
(imenu-add-menubar-index)

;; conclusion
(run-hooks 'c-mode-common-hook 'stan-mode-hook)
(run-hooks 'c-mode-common-hook)
)

;;;###autoload
Expand Down

0 comments on commit 2446129

Please sign in to comment.