[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 5895bc3 2/2: Gnorb: Fix and bump to 1.4.2
From: |
Eric Abrahamsen |
Subject: |
[elpa] master 5895bc3 2/2: Gnorb: Fix and bump to 1.4.2 |
Date: |
Mon, 11 Dec 2017 12:21:00 -0500 (EST) |
branch: master
commit 5895bc3b0863efcb5a08b2f9ba6c2cad7b079dd9
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>
Gnorb: Fix and bump to 1.4.2
* packages/gnorb/gnorb-utils.el (gnorb-tracking-initialize): Someday
I'll learn to use the compiler.
---
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 791c671..3db394d 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/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/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index e44eb46..efe72d6 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/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 <address@hidden>