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

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

[elpa] externals/debbugs d360881: Update copyright years


From: Michael Albinus
Subject: [elpa] externals/debbugs d360881: Update copyright years
Date: Sat, 23 Jan 2021 04:31:22 -0500 (EST)

branch: externals/debbugs
commit d360881619608d50e9aa7ae9eb4930d723c701b9
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Update copyright years
    
    * debbugs-gnu.el (debbugs-gnu-make-control-message): Fix an error
    in "reassign".
---
 Debbugs.wsdl      |  2 +-
 debbugs-browse.el |  2 +-
 debbugs-gnu.el    | 16 ++++++++++------
 debbugs-org.el    |  2 +-
 debbugs-ug.texi   |  2 +-
 debbugs.el        |  2 +-
 debbugs.texi      |  2 +-
 7 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/Debbugs.wsdl b/Debbugs.wsdl
index 8e3f679..ee3de75 100644
--- a/Debbugs.wsdl
+++ b/Debbugs.wsdl
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Copyright (C) 2011-2020  Free Software Foundation, Inc.
+<!-- Copyright (C) 2011-2021  Free Software Foundation, Inc.
 
 This file is not part of GNU Emacs.
 
diff --git a/debbugs-browse.el b/debbugs-browse.el
index 196455a..8532d28 100644
--- a/debbugs-browse.el
+++ b/debbugs-browse.el
@@ -1,6 +1,6 @@
 ;; debbugs-browse.el --- browse bug URLs with debbugs-gnu or debbugs-org
 
-;; Copyright (C) 2015-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia, maint
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index ab0cde2..49ae9cf 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1,6 +1,6 @@
 ;;; debbugs-gnu.el --- interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;         Michael Albinus <michael.albinus@gmx.de>
@@ -1060,7 +1060,8 @@ Used instead of `tabulated-list-print-entry'."
     (define-key-after menu-map [debbugs-gnu-make-control-message]
       '(menu-item "Make Control Message"
                  debbugs-gnu-make-control-message
-                 :help "Make (but don't yet send) a control message to 
debbugs.gnu.org")
+                 :help (concat "Make (but don't yet send) "
+                               "a control message to debbugs.gnu.org"))
       'debbugs-gnu-send-control-message)
 
     (define-key-after menu-map [debbugs-gnu-separator1]
@@ -1929,9 +1930,11 @@ removed instead."
         ((equal message "reassign")
          (format
          "reassign %d %s\n" bugid
-         (completing-read-multiple
-          "Package(s): " debbugs-gnu-all-packages nil nil
-          (string-join (alist-get 'package status) ","))))
+          (string-join
+          (completing-read-multiple
+           "Package(s): " debbugs-gnu-all-packages nil nil
+           (string-join (alist-get 'package status) ","))
+          ",")))
         ((equal message "close")
          (format "close %d %s\n" bugid version))
         ((equal message "done")
@@ -1953,7 +1956,8 @@ removed instead."
          (format "user %s\nusertag %d %s\n"
                  (completing-read
                   "Package name or email address: "
-                  (append debbugs-gnu-applicable-packages (list 
user-mail-address))
+                  (append
+                  debbugs-gnu-applicable-packages (list user-mail-address))
                   nil nil (car debbugs-gnu-default-packages))
                  bugid (read-string "User tag: ")))
        ;; "patch", "wontfix", "moreinfo", "unreproducible", "notabug",
diff --git a/debbugs-org.el b/debbugs-org.el
index 31107bf..b12f887 100644
--- a/debbugs-org.el
+++ b/debbugs-org.el
@@ -1,6 +1,6 @@
 ;;; debbugs-org.el --- Org-mode interface for the GNU bug tracker  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2013-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia, maint, outlines
diff --git a/debbugs-ug.texi b/debbugs-ug.texi
index b10779b..bef297e 100644
--- a/debbugs-ug.texi
+++ b/debbugs-ug.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2015-2020 Free Software Foundation, Inc.
+Copyright @copyright{} 2015-2021 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/debbugs.el b/debbugs.el
index f6c0fca..a9d2b2f 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -1,6 +1,6 @@
 ;;; debbugs.el --- SOAP library to access debbugs servers  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia
diff --git a/debbugs.texi b/debbugs.texi
index 500344e..c80652b 100644
--- a/debbugs.texi
+++ b/debbugs.texi
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
-Copyright @copyright{} 2011-2020 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2021 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document



reply via email to

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