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

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

[elpa] master 8834659: gnorb-utils needs macros from nnheader


From: Eric Abrahamsen
Subject: [elpa] master 8834659: gnorb-utils needs macros from nnheader
Date: Mon, 11 Sep 2017 19:52:36 -0400 (EDT)

branch: master
commit 8834659fbf0849e460d14af1e7adf70f95745d97
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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 <address@hidden>



reply via email to

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