* 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:
parent
16ac377aab
commit
ea7a52dbae
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ This is intended for debugging the compiler itself.
|
||||||
:version "28.1")
|
:version "28.1")
|
||||||
|
|
||||||
(defcustom native-comp-never-optimize-functions
|
(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
|
;; correctly (see comment in `advice--add-function'). DO NOT
|
||||||
;; REMOVE.
|
;; REMOVE.
|
||||||
macroexpand rename-buffer)
|
macroexpand rename-buffer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue