mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 09e7e29bbfff1a7c6733d01b10021e9f1dce3e78 Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 20 14:58:39 2014 -0500 Added `ergoemacs-hook-functions` --- ergoemacs-advices.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index 0b0c59f..aa20178 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -46,7 +46,7 @@ `(let ((ergoemacs-run-mode-hooks t)) ,@body)) -(defvar ergoemacs-hook-functions) +(defvar ergoemacs-hook-functions nil) (defadvice add-hook (around ergoemacs-add-hook-advice (hook function &optional append local) activate) "Advice to allow `this-command' to be set correctly before running `pre-command-hook' If `pre-command-hook' is used and `ergoemacs-mode' is enabled add to `ergoemacs-pre-command-hook' instead."
