* lisp/subr.el (delayed-after-hook-functions): Rename from ...-forms
commit07b7fb98e6f980bae3dd15375dc8603b7e9cb61c
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 18 Dec 2017 16:39:17 +0000 (18 11:39 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 18 Dec 2017 16:39:17 +0000 (18 11:39 -0500)
tree02ca537df778ebd7b143ea002e12693bd0cf3ccc
parenta5b0a4e29243d3cf91e2b5cd365ae9ce0ae48726
* lisp/subr.el (delayed-after-hook-functions): Rename from ...-forms

(run-mode-hooks): `funcall` the functions instead of `eval`ing the forms.
* lisp/emacs-lisp/derived.el (define-derived-mode): Push functions
rather than forms (bug#29679).
lisp/emacs-lisp/derived.el
lisp/subr.el
test/lisp/emacs-lisp/derived-tests.el [new file with mode: 0644]