[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66677: Missing documentation for multi-line Package-Requires
From: |
Eli Zaretskii |
Subject: |
bug#66677: Missing documentation for multi-line Package-Requires |
Date: |
Sat, 04 Nov 2023 10:00:48 +0200 |
> Date: Sun, 22 Oct 2023 12:24:39 +0200
> From: Jonas Bernoulli via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> Hello,
>
> Since bug#36301 Package-Requires can be split across multiple lines, but
> info node `(elisp) Library Headers' still claims that this has to be fit
> on a single line.
>
> This works now:
>
> ;; Package-Requires: ((emacs "25.1")
> ;; (compat "29.1.4.1"))
>
> as does
>
> ;; Package-Requires: (
> ;; (emacs "25.1")
> ;; (compat "29.1.4.1"))
>
> I.e., some non-whitespace has to be placed on the same line as
> "Package-Requires:".
Thanks, now fixed on the emacs-29 branch, and closing the bug.
- bug#66677: Missing documentation for multi-line Package-Requires,
Eli Zaretskii <=