emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 260/287: Make sure `ergoemacs-hook-functions` is non-nil


From: Matthew Fidler
Subject: [elpa] 260/287: Make sure `ergoemacs-hook-functions` is non-nil
Date: Wed, 02 Jul 2014 14:46:30 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 0aaedc02baacd187dfffeab07dd2006e91ae1f88
Author: Matthew L. Fidler <address@hidden>
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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]