]> git.eshelyaron.com Git - emacs.git/commit
Handle the optional argument of 'narrow-to-region' in byte-compiled code.
authorGregory Heytings <gregory@heytings.org>
Sat, 30 Jul 2022 12:02:28 +0000 (12:02 +0000)
committerGregory Heytings <gregory@heytings.org>
Sat, 30 Jul 2022 12:03:37 +0000 (14:03 +0200)
commita5adcbdf28eb8ad376a1004f4a6c9eda1f1447fb
treea0d741168c8cc1814d8c3458f7a1d400e06b771f
parent6ce75b19797abcf65a93307260a6688bbf76f287
Handle the optional argument of 'narrow-to-region' in byte-compiled code.

* lisp/emacs-lisp/bytecomp.el: Adapt the specifications.

* src/bytecode.c (exec_byte_code): Get the optional argument.
lisp/emacs-lisp/bytecomp.el
src/bytecode.c