]> git.eshelyaron.com Git - emacs.git/commit
Document and test 'no-byte-compile' behavior.
authorPhilipp Stephani <phst@google.com>
Tue, 21 Jun 2022 17:10:14 +0000 (19:10 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 21 Jun 2022 17:11:05 +0000 (19:11 +0200)
commitdbbf38d43f1f49a38efd260bda655e0b3cd2b6d5
tree9dd49312d01f9b91bbce866539281f8a83c0a827
parent16d48cf8a0153917d5047b557860668acb461e15
Document and test 'no-byte-compile' behavior.

* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Document behavior
if 'no-byte-compile' is set.
* test/lisp/emacs-lisp/bytecomp-tests.el
(byte-compile-file/no-byte-compile): New unit test.
* test/lisp/emacs-lisp/bytecomp-resources/no-byte-compile.el: New test
file.
lisp/emacs-lisp/bytecomp.el
test/lisp/emacs-lisp/bytecomp-resources/no-byte-compile.el [new file with mode: 0644]
test/lisp/emacs-lisp/bytecomp-tests.el