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

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

[elpa] master 0ee8387: [gnorb] Missing quote in nested `eval-after-load'


From: Eric Abrahamsen
Subject: [elpa] master 0ee8387: [gnorb] Missing quote in nested `eval-after-load', bump to 1.5.5
Date: Tue, 5 Jun 2018 15:56:41 -0400 (EDT)

branch: master
commit 0ee8387f98a20c7764577534e95a1022fdf29601
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [gnorb] Missing quote in nested `eval-after-load', bump to 1.5.5
    
    * packages/gnorb/gnorb-utils.el (gnorb-install-defaults): Needed to
      protect inner form from evaluation.
    * packages/gnorb/gnorb.el: Bump to 1.5.5.
---
 packages/gnorb/gnorb-utils.el | 2 +-
 packages/gnorb/gnorb.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 63469cc..c38932b 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/gnorb-utils.el
@@ -637,7 +637,7 @@ registry be in use, and should be called after the call to
        (define-key bbdb-mode-map (kbd "C-c l") #'gnorb-bbdb-open-link)
        (define-key bbdb-mode-map [remap bbdb-mail] #'gnorb-bbdb-mail)
        (eval-after-load "gnorb-org"
-        (org-defkey org-mode-map (kbd "C-c C") #'gnorb-org-contact-link))))
+        '(org-defkey org-mode-map (kbd "C-c C") #'gnorb-org-contact-link))))
   (eval-after-load "gnorb-org"
     '(progn
        (org-defkey org-mode-map (kbd "C-c t") #'gnorb-org-handle-mail)
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index d436592..f9c704f 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2018  Free Software Foundation, Inc.
 
-;; Version: 1.5.4
+;; Version: 1.5.5
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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