]> git.eshelyaron.com Git - emacs.git/commit
Bytecode opcode comments update
authorMattias Engdegård <mattiase@acm.org>
Fri, 24 Jun 2022 09:48:42 +0000 (11:48 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 24 Jun 2022 09:48:42 +0000 (11:48 +0200)
commit253a4a2c689d757cb798cfb9f51b2110283d7146
tree4102db0afea99357de76e305f26e6b28c4fbcacc
parent0c784a483f98d6bea4d955a99bbf5ea6faf80acf
Bytecode opcode comments update

This is a cosmetic change only; there is no change in behaviour.

* lisp/emacs-lisp/bytecomp.el:
* src/bytecode.c (BYTE_CODES, exec_byte_code):
Update and/or remove incorrect, outdated or useless comments.
Clarify.  Reorder where appropriate.  Rename Bsave_current_buffer to
Bsave_current_buffer_OBSOLETE and Bsave_current_buffer_1 to
Bsave_current_buffer, reflecting the state since 1996.
lisp/emacs-lisp/bytecomp.el
src/bytecode.c