]> git.eshelyaron.com Git - emacs.git/commit
* src/bytecode.c (exec_byte_code): Remove superfluous condition
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 15 Jun 2025 14:08:26 +0000 (16:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:14:18 +0000 (10:14 +0200)
commit58e5b9223b2efd70016c4777203ee26a00c10126
treeb0af4cf72af697885c0002edf14be7e085da0b33
parentce1f10e76ca49257a8e051408cc36e8a8173f3a8
* src/bytecode.c (exec_byte_code): Remove superfluous condition

Bytecode should never be able to set anything to Qunbound because that
value is not accessible from Lisp.  Found by Pip Cet.

(cherry picked from commit ebdad09c5a0a822acb52ec58b3319d77d156f0ce)
src/bytecode.c