]> git.eshelyaron.com Git - emacs.git/commit
Update handling of advices during preload
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Mon, 20 Nov 2023 22:42:01 +0000 (23:42 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 4 Dec 2023 20:43:31 +0000 (21:43 +0100)
commite670412a3e101e70dc26e021f467faece8cb7f6b
treeee437a40654aae105241cfdaf3cc31330c22e65f
parentf5e45247081ab2489581c650423413a2b6c2caf9
Update handling of advices during preload

* lisp/emacs-lisp/comp-common.el
(native-comp-never-optimize-functions): Remove macroexpand and
rename-buffer from default value.
* lisp/emacs-lisp/comp.el (comp-call-optim-form-call): Document call
optimization for advised primitives.
* lisp/emacs-lisp/nadvice.el (advice-add): Remove references to TODOs
that were completed already earlier.
* lisp/loadup.el: Disallow advices during preload.  (Bug#67005)
lisp/emacs-lisp/comp-common.el
lisp/emacs-lisp/comp.el
lisp/emacs-lisp/nadvice.el
lisp/loadup.el