Use file-truename on files loaded with "emacs -l"
commit01bbe4c3058a52758763eea711aabfefae28b179
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Jun 2021 13:58:09 +0000 (19 15:58 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Jun 2021 13:58:09 +0000 (19 15:58 +0200)
tree6422f4d6ffcd093c228300063be6b424d9656e46
parente910ef344f879605e32aa53430baa285a3ea81b1
Use file-truename on files loaded with "emacs -l"

* lisp/startup.el (command-line-1): When loading a file, use the
truename so that eval-after-load works more reliably (bug#49009).
Change suggested by ctarbide@tuta.io.
lisp/startup.el