branch: master
commit 8834659fbf0849e460d14af1e7adf70f95745d97
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
gnorb-utils needs macros from nnheader
* packages/gnorb/gnorb-utils.el: Pull nnheader in at compile time.
* packages/gnorb/gnorb.el: Bump version.
---
packages/gnorb/gnorb-utils.el | 4 +++-
packages/gnorb/gnorb.el | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 1053106..6548064 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/gnorb-utils.el
@@ -24,7 +24,9 @@
;;; Code:
-(eval-when-compile (require 'cl-lib))
+(eval-when-compile
+ (require 'cl-lib)
+ (require 'nnheader))
(require 'pcase)
(require 'org)
(require 'org-agenda)
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 370ad78..c976e95 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; Version: 1.2.3
+;; Version: 1.2.4
;; Package-Requires: ((cl-lib "0.5"))
;; Maintainer: Eric Abrahamsen <[email protected]>