]> git.eshelyaron.com Git - emacs.git/commit
Remove debug code for opcodes long gone
authorMattias Engdegård <mattiase@acm.org>
Thu, 3 Mar 2022 18:46:13 +0000 (19:46 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 12 Mar 2022 16:32:31 +0000 (17:32 +0100)
commit88889212c7d74fb189131dcae4abaabd05eb1870
tree23f969fae547c0c24eee9c4109207d2d2e37c746
parent2fb98486e18f8a3275adc56d2740901ef5cb6e8b
Remove debug code for opcodes long gone

* src/bytecode.c (BYTE_CODES, enum byte_code_op, exec_byte_code):
Don't display custom messages in debug mode for Bscan_buffer and
Bset_mark which were removed long ago.
src/bytecode.c