Rename comp-warning-on-missing-source
* src/lread.c (maybe_swap_for_eln): Rename comp-warning-on-missing-source → native-comp-warning-on-missing-source. * src/comp.c (syms_of_comp): Likewise. * lisp/emacs-lisp/comp.el (native-comp-warning-on-missing-source): Likewise.
This commit is contained in:
parent
8c429a42c4
commit
901ce56603
3 changed files with 5 additions and 3 deletions
|
@ -178,7 +178,7 @@ the .eln output directory."
|
|||
:type 'boolean
|
||||
:version "28.1")
|
||||
|
||||
(defcustom comp-warning-on-missing-source t
|
||||
(defcustom native-comp-warning-on-missing-source t
|
||||
"Emit a warning if a byte-code file being loaded has no corresponding source.
|
||||
The source file is necessary for native code file look-up and deferred
|
||||
compilation mechanism."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue