* Add 'eval' to 'native-comp-never-optimize-functions' (bug#67141)

* lisp/emacs-lisp/comp-common.el (native-comp-never-optimize-functions):
Add 'eval'.
This commit is contained in:
Andrea Corallo 2023-11-20 09:45:33 +01:00
parent 16ac377aab
commit ea7a52dbae

View file

@ -49,7 +49,8 @@ This is intended for debugging the compiler itself.
:version "28.1")
(defcustom native-comp-never-optimize-functions
'(;; The following two are mandatory for Emacs to be working
'(eval
;; The following two are mandatory for Emacs to be working
;; correctly (see comment in `advice--add-function'). DO NOT
;; REMOVE.
macroexpand rename-buffer)