mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit ccb13d87fd9361d1bd96740ef0b2becd1bafbe64 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 09:42:00 2014 -0500 Remove byte compiled load warning --- ergoemacs-advices.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index 09486e4..010f37e 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -46,6 +46,7 @@ `(let ((ergoemacs-run-mode-hooks t)) ,@body)) +(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."
