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

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

[elpa] master 64a30e7: debbugs-gnu.el: Add "26.1"


From: Michael Albinus
Subject: [elpa] master 64a30e7: debbugs-gnu.el: Add "26.1"
Date: Wed, 12 Oct 2016 12:40:57 +0000 (UTC)

branch: master
commit 64a30e7eac927cd3be862c4224ee95ff0478e1ad
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    debbugs-gnu.el: Add "26.1"
    
    * packages/debbugs/debbugs-gnu.el (debbugs-gnu-emacs-current-release):
    (debbugs-gnu-emacs-blocking-reports): Add "26.1".
---
 packages/debbugs/debbugs-gnu.el |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 058f6fd..908d93e 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -358,13 +358,15 @@ The specification which bugs shall be suppressed is taken 
from
   :group 'debbugs-gnu
   :type '(choice (const "24.5")
                 (const "25.1")
-                (const "25.2"))
-  :version "25.1")
+                (const "25.2")
+                (const "26.1"))
+  :version "25.2")
 
 (defconst debbugs-gnu-emacs-blocking-reports
   '(("24.5" . 19758)
     ("25.1" . 19759)
-    ("25.2" . 21966))
+    ("25.2" . 21966)
+    ("26.1" . 24655))
   "The IDs of the Emacs report used to track blocking bug reports.
 It is a list of cons cells, each one containing the Emacs
 version (a string) and the bug report number (a number).")



reply via email to

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