mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
* 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")
|
||||
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue