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

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

[elpa] externals/gnorb ed11f5d 399/449: Gnorb: Fix and bump to 1.4.2


From: Stefan Monnier
Subject: [elpa] externals/gnorb ed11f5d 399/449: Gnorb: Fix and bump to 1.4.2
Date: Fri, 27 Nov 2020 23:16:19 -0500 (EST)

branch: externals/gnorb
commit ed11f5d67464d800a5db34170d3e73849ffaf70d
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Gnorb: Fix and bump to 1.4.2
    
    * packages/gnorb/gnorb-utils.el (gnorb-tracking-initialize): Someday
      I'll learn to use the compiler.
---
 gnorb-utils.el | 2 +-
 gnorb.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnorb-utils.el b/gnorb-utils.el
index 791c671..3db394d 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -617,7 +617,7 @@ registry be in use, and should be called after the call to
      (require 'gnorb-gnus)
      (unless (gnus-registry-install-p)
        (user-error "Gnorb tracking requires that the Gnus registry be 
installed."))
-     (add-hook 'org-capture-prepare-finalize-hook #''gnorb-registry-capture)
+     (add-hook 'org-capture-prepare-finalize-hook #'gnorb-registry-capture)
      (setq gnorb-tracking-enabled t))))
 
 ;;;###autoload
diff --git a/gnorb.el b/gnorb.el
index 0cca489..cd5d87d 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.4.1
+;; Version: 1.4.2
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>



reply via email to

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