From: Philip Kaludercic Date: Thu, 29 Aug 2024 20:30:38 +0000 (+0200) Subject: ; * lisp/progmodes/flymake.el: Fix "Maintainer" header X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~485 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0f740c88d88fdd64738518d030951cd336327c7;p=emacs.git ; * lisp/progmodes/flymake.el: Fix "Maintainer" header Functions such as 'lm-maintainer' assume there to be only a single header, and won't return the second value. By João's request, this change fixes the issue by unmarking him as the maintainer of Flymake. See https://lists.gnu.org/archive/html/emacs-devel/2024-08/msg00943.html --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 6265928b274..9a6b62ca254 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -4,7 +4,6 @@ ;; Author: Pavel Kobyakov ;; Maintainer: Spencer Baugh -;; Maintainer: João Távora ;; Version: 1.3.7 ;; Keywords: c languages tools ;; Package-Requires: ((emacs "26.1") (eldoc "1.14.0") (project "0.7.1"))