]> git.eshelyaron.com Git - emacs.git/commit
* lisp/forms.el (forms--run-functions): New function
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Dec 2020 17:21:17 +0000 (12:21 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Dec 2020 17:21:32 +0000 (12:21 -0500)
commit4b2ca6bfc079c66cfcf39f2f36dc139012787535
treee475a0e35638f9ba23176ef5f5ad80b2b1afb25c
parent25fb44fad15743cd7725aa73681c2652d5a23b09
* lisp/forms.el (forms--run-functions): New function

(forms--intuit-from-file, forms-save-buffer): Use it.
(forms-mode): Use it to fix regression.
Remove always-true test.  Fix incorrect uses of `fboundp`.
(forms--iif-hook): Use `add-hook`.
(forms--iif-post-command-hook): Use `remove-hook` and fix typo.
(forms--debug): Use `mapconcat`.
lisp/forms.el