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

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

[elpa] externals/gnorb 3b81d8c 377/449: Don't mark the 'artno key as pre


From: Stefan Monnier
Subject: [elpa] externals/gnorb 3b81d8c 377/449: Don't mark the 'artno key as precious
Date: Fri, 27 Nov 2020 23:16:15 -0500 (EST)

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

    Don't mark the 'artno key as precious
    
    * packages/gnorb/gnorb-utils.el (gnorb-tracking-initialize): This was
      supposed to have been fixed several commits ago!
    * packages/gnorb/gnorb.el: Bump version to 1.2.3
---
 gnorb-utils.el | 1 -
 gnorb.el       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnorb-utils.el b/gnorb-utils.el
index ae51a59..a4b723e 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -600,7 +600,6 @@ registry be in use, and should be called after the call to
   (require 'gnorb-registry)
   (with-eval-after-load 'gnus-registry
     (add-to-list 'gnus-registry-extra-entries-precious 'gnorb-ids)
-    (add-to-list 'gnus-registry-extra-entries-precious 'artno)
     (add-to-list 'gnus-registry-track-extra 'gnorb-ids))
   (add-hook
    'gnus-started-hook
diff --git a/gnorb.el b/gnorb.el
index ba3e663..39f801b 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.2.2
+;; Version: 1.2.3
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>



reply via email to

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