branch: externals/gnorb
commit 4b215ae94aa942d7d7c1551800c2ca3cfc692729
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[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.
---
 gnorb-utils.el | 4 +++-
 gnorb.el       | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnorb-utils.el b/gnorb-utils.el
index a4b723e..3e3fe03 100644
--- a/gnorb-utils.el
+++ b/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/gnorb.el b/gnorb.el
index 39f801b..699f84b 100644
--- a/gnorb.el
+++ b/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]>

Reply via email to