diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-05-06 15:00:00 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-05-06 17:16:09 +0200 |
commit | 901ce566037b27233b907a51a9cbd330c77830ba (patch) | |
tree | 672a982081f17b1b1368ba775c643cc71fe4edc5 /lisp/emacs-lisp | |
parent | 8c429a42c4ad8137dc932d5ba0f2f5c7bd8f7799 (diff) | |
download | emacs-901ce566037b27233b907a51a9cbd330c77830ba.tar.gz emacs-901ce566037b27233b907a51a9cbd330c77830ba.tar.bz2 emacs-901ce566037b27233b907a51a9cbd330c77830ba.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2b00faa069d..434e0fb4165 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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." |