branch: externals/debbugs
commit 4465f3c5b6166ef4a374defbcba8056a6b9bdf94
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>

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

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 058f6fd..908d93e 100644
--- a/debbugs-gnu.el
+++ b/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