branch: externals/gnorb
commit ed11f5d67464d800a5db34170d3e73849ffaf70d
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
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 <[email protected]>