mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(byte-optimize-form-code-walker):
Use with-no-warnings around compiler-macroexpand.
This commit is contained in:
parent
71eb630896
commit
4cead7a206
@ -520,7 +520,8 @@
|
||||
(symbolp (car-safe form))
|
||||
(get (car-safe form) 'cl-compiler-macro)
|
||||
(not (eq form
|
||||
(setq form (compiler-macroexpand form)))))
|
||||
(with-no-warnings
|
||||
(setq form (compiler-macroexpand form))))))
|
||||
(byte-optimize-form form for-effect))
|
||||
|
||||
((not (symbolp fn))
|
||||
|
Loading…
Reference in New Issue
Block a user