]> git.eshelyaron.com Git - emacs.git/commit
Don't hide `not` and `null` arity errors
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 17 Jun 2024 11:14:08 +0000 (13:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:41:09 +0000 (10:41 +0200)
commitdc85da22dd11d3bd0c8206ec895759d874ce3f76
tree2c7abc2f760fa9bcc22ae05a3ad43fc687159683
parent469b2ce39ef52ca2d4bbc9e2a6eeec4545a9263e
Don't hide `not` and `null` arity errors

* lisp/emacs-lisp/byte-opt.el (byte-optimize-not):
Don't silently convert incorrect `not` and `null` applications to nil.

(cherry picked from commit 923aad81d473fd99adb651302dcccd79c6afbeff)
lisp/emacs-lisp/byte-opt.el