mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 0aaedc02baacd187dfffeab07dd2006e91ae1f88 Author: Matthew L. Fidler <[email protected]> Date: Mon Jun 30 09:26:02 2014 -0500 Make sure `ergoemacs-hook-functions` is non-nil --- ergoemacs-advices.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index 1074f48..4526724 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -46,7 +46,7 @@ `(let ((ergoemacs-run-mode-hooks t)) ,@body)) (defvar ergoemacs-mode) -(defvar ergoemacs-hook-functions nil) +(defvar ergoemacs-hook-functions) (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."
