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

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

[elpa] externals/gnorb 8958546 155/449: Backquote escape fail


From: Stefan Monnier
Subject: [elpa] externals/gnorb 8958546 155/449: Backquote escape fail
Date: Fri, 27 Nov 2020 23:15:29 -0500 (EST)

branch: externals/gnorb
commit 89585464e1f7870e4260bb19ca8bb81952006c4f
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Backquote escape fail
    
    *lisp/gnorb-bbdb.el (gnorb-bbdb-mail): The list still needs to be a
     list.
---
 lisp/gnorb-bbdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-bbdb.el b/lisp/gnorb-bbdb.el
index 9f2ee19..b30298f 100644
--- a/lisp/gnorb-bbdb.el
+++ b/lisp/gnorb-bbdb.el
@@ -177,7 +177,7 @@ is non-nil (as in interactive calls) be verbose."
       (when gnorb-bbdb-posting-styles
        (add-hook 'message-mode-hook
                  `(lambda ()
-                    (gnorb-bbdb-configure-posting-styles ,records)
+                    (gnorb-bbdb-configure-posting-styles (quote ,records))
                     (gnorb-bbdb-configure-posting-styles (list ,head)))))
       (bbdb-compose-mail to subject))))
 



reply via email to

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