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

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

[elpa] master 4bfb692: Don't mark the 'artno key as precious


From: Eric Abrahamsen
Subject: [elpa] master 4bfb692: Don't mark the 'artno key as precious
Date: Sat, 8 Apr 2017 01:57:57 -0400 (EDT)

branch: master
commit 4bfb692dd1e80d90992a46820dec220f5860ed8e
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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
---
 packages/gnorb/gnorb-utils.el | 1 -
 packages/gnorb/gnorb.el       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 9d10ad4..1053106 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/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/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 9fa1207..370ad78 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.2
+;; Version: 1.2.3
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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