]> git.eshelyaron.com Git - emacs.git/commit
package.el: Allow Package-Requires to span multiple lines (Bug#36301)
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Sat, 31 Aug 2019 14:48:59 +0000 (10:48 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Sun, 1 Sep 2019 01:20:00 +0000 (21:20 -0400)
commite8c46c2b6f76cc055366041b6112d61dd5f2dcf4
tree2a097e98a51c5e2d9b106a60d6e9f729c45f7cc4
parentfd8346600c3872fa1dfdd1ce6522799ba40d0dc0
package.el: Allow Package-Requires to span multiple lines (Bug#36301)

* lisp/emacs-lisp/package.el (lm-header-multiline): Declare
function.
(package-buffer-info): Parse Package-Requires with
lm-header-multiline instead of lm-header.
(Bug#36301)

Co-authored-by: Noam Postavsky <npostavs@gmail.com>
lisp/emacs-lisp/package.el