unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66677: Missing documentation for multi-line Package-Requires
@ 2023-10-22 10:24 Jonas Bernoulli via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-11-04  8:00 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Jonas Bernoulli via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-10-22 10:24 UTC (permalink / raw)
  To: 66677

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:".

     Cheers,
     Jonas





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-06 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-22 10:24 bug#66677: Missing documentation for multi-line Package-Requires Jonas Bernoulli via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-04  8:00 ` Eli Zaretskii
2023-11-06 22:02   ` Jonas Bernoulli via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).