]> git.eshelyaron.com Git - emacs.git/commit
More accurate suppression of ignored return value warning
authorMattias Engdegård <mattiase@acm.org>
Fri, 24 Feb 2023 14:32:04 +0000 (15:32 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 24 Feb 2023 15:53:32 +0000 (16:53 +0100)
commit5f38dcd43d75bcc71a9d94713aa4bfb99abee61b
treee653896e52ad2e2ed8f354f317790faaa562d5e1
parent4849e74273864219be205d5dc9d74fa0b39394e8
More accurate suppression of ignored return value warning

* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
Be careful to propagate the for-effect mode through a
`with-suppressed-warnings` form when compiling, so that a form
inside isn't erroneously considered to have its value 'used'
by the surrounding warning suppression form itself.
lisp/emacs-lisp/bytecomp.el