(byte-optimize-form-code-walker):
Use with-no-warnings around compiler-macroexpand.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user