]> git.eshelyaron.com Git - emacs.git/commit
In Info-url-alist, add .html extension to %e format-sequence
authorMekeor Melire <mekeor@posteo.de>
Fri, 9 Feb 2024 22:30:52 +0000 (23:30 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Feb 2024 16:32:56 +0000 (17:32 +0100)
commitc96c5fe8a00bbe70964b92a2e57f2b359ecd2339
tree7b827c584369ec3eec48c1f654c81184a4656e9c
parent85c939b3da91914f7979a1870187a57fa0cad4b6
In Info-url-alist, add .html extension to %e format-sequence

* lisp/info.el (Info-url-for-node): Implement the change. (Bug#68970)
(Info-url-alist): Document the change.
* test/lisp/info-tests.el (test-info-urls): Adjust tests to account for
the change and add a test for the "Top" node.

(cherry picked from commit 30b4d902326546ca2b383d56caadbe0adaf0fe89)
lisp/info.el
test/lisp/info-tests.el