]> git.eshelyaron.com Git - emacs.git/commit
Mark 'catch' and 'condition-case' bytecodes as obsolete
authorMattias Engdegård <mattiase@acm.org>
Sun, 5 Jan 2020 20:55:20 +0000 (21:55 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 5 Jan 2020 22:30:05 +0000 (23:30 +0100)
commit35d569482567acffc992e1c8113ea1eb713dde52
treeaf2b29148c52430e2a49181c700aed4e869b5b79
parentb47a0d6d5404541fde271e9466dfe19514a5643c
Mark 'catch' and 'condition-case' bytecodes as obsolete

They have not been generated by the byte-compiler since Emacs 25.

* lisp/emacs-lisp/bytecomp.el (byte-catch, byte-condition-case):
* src/bytecode.c (BYTE_CODES, exec_byte_code):
Mark as obsolete (since Emacs 25; they were still generated in 24.4).
lisp/emacs-lisp/bytecomp.el
src/bytecode.c