From a0f740c88d88fdd64738518d030951cd336327c7 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Thu, 29 Aug 2024 22:30:38 +0200 Subject: [PATCH] ; * lisp/progmodes/flymake.el: Fix "Maintainer" header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- lisp/progmodes/flymake.el | 1 - 1 file changed, 1 deletion(-) 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")) -- 2.30.2