]> git.eshelyaron.com Git - emacs.git/commit
Issue a warning when eln look-up fails due to missing .el source file.
authorAndrea Corallo <akrl@sdf.org>
Thu, 1 Apr 2021 12:27:12 +0000 (14:27 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 1 Apr 2021 19:49:38 +0000 (21:49 +0200)
commitdc393517ca1cfef7770bffdfe2b7fd3c2c5e7bbf
treefda89f0efa7a4024ebb091a01d7b9e70075dde3c
parent8d550700c535dbcd4721cc65c0a11decbf070abb
Issue a warning when eln look-up fails due to missing .el source file.

* lisp/emacs-lisp/comp.el (comp-warning-on-missing-source): New
customize.
* src/lread.c (maybe_swap_for_eln): Issue a warning when eln
look-up fails due to missing .el source file.
* src/comp.c (syms_of_comp): Define
'Qcomp_warning_on_missing_source'.
lisp/emacs-lisp/comp.el
src/comp.c
src/lread.c