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

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

[elpa] externals/gnorb 4b215ae 379/449: gnorb-utils needs macros from nn


From: Stefan Monnier
Subject: [elpa] externals/gnorb 4b215ae 379/449: gnorb-utils needs macros from nnheader
Date: Fri, 27 Nov 2020 23:16:15 -0500 (EST)

branch: externals/gnorb
commit 4b215ae94aa942d7d7c1551800c2ca3cfc692729
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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 <eric@ericabrahamsen.net>



reply via email to

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