mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +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))
|
(symbolp (car-safe form))
|
||||||
(get (car-safe form) 'cl-compiler-macro)
|
(get (car-safe form) 'cl-compiler-macro)
|
||||||
(not (eq form
|
(not (eq form
|
||||||
(setq form (compiler-macroexpand form)))))
|
(with-no-warnings
|
||||||
|
(setq form (compiler-macroexpand form))))))
|
||||||
(byte-optimize-form form for-effect))
|
(byte-optimize-form form for-effect))
|
||||||
|
|
||||||
((not (symbolp fn))
|
((not (symbolp fn))
|
||||||
|
Loading…
Reference in New Issue
Block a user