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

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

[elpa] scratch/hook-helpers 0fc0b3d 14/19: Fixed bug in define-hook-help


From: Ian Dunn
Subject: [elpa] scratch/hook-helpers 0fc0b3d 14/19: Fixed bug in define-hook-helper
Date: Sun, 23 Apr 2017 12:50:40 -0400 (EDT)

branch: scratch/hook-helpers
commit 0fc0b3d4fc69f82b8702dc0255367303ae57a1c5
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed bug in define-hook-helper
    
    * hook-helpers.el (define-hook-helper): Removed erroneous nested list
---
 hook-helpers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hook-helpers.el b/hook-helpers.el
index cc793a3..f15b15d 100644
--- a/hook-helpers.el
+++ b/hook-helpers.el
@@ -180,7 +180,7 @@ quoted.  The keywords are:
            (hook (intern hook-name)))
       `(create-hook-helper ,func-sym ,args
          ,docstring
-         :hooks ((,hook . ,append))
+         :hooks (,hook . ,append)
          ,@body))))
 
 ;;;###autoload



reply via email to

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