]> git.eshelyaron.com Git - emacs.git/commit
(make-help-screen): Move most of the code out to a function
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 23:26:33 +0000 (19:26 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:18:52 +0000 (15:18 +0100)
commit274bb6e39c43078c60275c896db58ddfc91f7e3c
treeeb20f3efdc70816777b9c8274787e3eaf067252d
parent2723c96fe905e700dc5c182383ca64b3f76401dd
(make-help-screen): Move most of the code out to a function

This avoids problems like variable-name capture and lets compiler messages
point to the actual source code.

* lisp/help-macro.el (help--help-screen): New function, extracted from
`make-help-screen`.
(make-help-screen): Use it.

(cherry picked from commit 946280365d40104dffd5329eebefc02329f72041)
lisp/help-macro.el