Fix previous change.
This commit is contained in:
parent
0a0eb031ad
commit
a4f6653194
1 changed files with 1 additions and 2 deletions
|
@ -3716,8 +3716,7 @@ being undefined will be suppressed."
|
|||
(byte-defop-compiler-1 with-no-warnings byte-compile-no-warnings)
|
||||
(defun byte-compile-no-warnings (form)
|
||||
(let (byte-compile-warnings)
|
||||
(setcar form 'progn)
|
||||
(byte-compile-form form)))
|
||||
(byte-compile-form (cons 'progn (cdr form)))))
|
||||
|
||||
;;; tags
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue