; * 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
This commit is contained in:
parent
a943385813
commit
a0f740c88d
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
|
;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
|
||||||
;; Maintainer: Spencer Baugh <sbaugh@janestreet.com>
|
;; Maintainer: Spencer Baugh <sbaugh@janestreet.com>
|
||||||
;; Maintainer: João Távora <joaotavora@gmail.com>
|
|
||||||
;; Version: 1.3.7
|
;; Version: 1.3.7
|
||||||
;; Keywords: c languages tools
|
;; Keywords: c languages tools
|
||||||
;; Package-Requires: ((emacs "26.1") (eldoc "1.14.0") (project "0.7.1"))
|
;; Package-Requires: ((emacs "26.1") (eldoc "1.14.0") (project "0.7.1"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue