]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `make-byte-code'.
authorAndrea Corallo <akrl@sdf.org>
Sun, 7 Jun 2020 13:09:38 +0000 (15:09 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 7 Jun 2020 17:49:43 +0000 (19:49 +0200)
commit53fba73ff2599d2e5f06927d474311dc987a4c4d
treedb55f560e9abbd04a3f9f2a0c8ab11c8f6ef278e
parente42e98ec0b90c36c43ac7ff99a2548bc8b746197
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add `make-byte-code'.

`make-byte-code' wraps `vector' doing some sanity check on the input
arguments.  `vector' is in side-effect-and-error-free-fns so add
`make-byte-code' to side-effect-free-fns.
lisp/emacs-lisp/byte-opt.el