]> git.eshelyaron.com Git - emacs.git/commit
Have .elc files in `load-history' when loading native code (bug#43089)
authorAndrea Corallo <akrl@sdf.org>
Sat, 29 Aug 2020 09:29:01 +0000 (11:29 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sat, 29 Aug 2020 14:08:03 +0000 (16:08 +0200)
commit87b9c3e71840f480c2ce05eb51d71156790a5434
treece73778ef0d2b3008f57ae17c366f517555b2036
parent38b0ead7c1a8475bef7f811b07beed2c23cbc593
Have .elc files in `load-history' when loading native code (bug#43089)

* src/lread.c (Fload): Add the corresponding .elc file to
`load-history' when loading native code.

* lisp/subr.el (eval-after-load): Use `load-file-name' instead of
`load-true-file-name'.
lisp/subr.el
src/lread.c