]> git.eshelyaron.com Git - emacs.git/commit
Introduce load-true-file-name
authorAndrea Corallo <akrl@sdf.org>
Sun, 12 Apr 2020 20:15:52 +0000 (21:15 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 13 Apr 2020 09:32:43 +0000 (10:32 +0100)
commit6e09597e27fd769e734ddacca8824abd6769257d
tree32f7ced2eb067a2e85bc9d87b009112e0f608b09
parentf9a1d4b3f744cec00286fb211edaa0127e361061
Introduce load-true-file-name

* src/comp.c (maybe_defer_native_compilation): Use
`load-true-file-name' instead of `load-file-name'.

* src/lread.c (Fload, end_of_file_error, read1, read_list)
(init_lread, syms_of_lread): Add new `load-true-file-name' and
fake `load-file-name' value when loading .eln files.
src/comp.c
src/lread.c