]> git.eshelyaron.com Git - emacs.git/commit
Always set `load-true-file-name' where `load-file-name' is set too.
authorAndrea Corallo <akrl@sdf.org>
Tue, 14 Apr 2020 18:58:41 +0000 (19:58 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 14 Apr 2020 18:58:41 +0000 (19:58 +0100)
commit8db8c851ad1568d61ed50a4d087e6de2b475cf5f
treeab70b1f54c8184169b3b65135ebc138010f2d528
parent8decfbe4d75b538707fa794c395d712bfde407f4
Always set `load-true-file-name' where `load-file-name' is set too.

Fix bug#40620.

* lisp/cus-dep.el (custom-make-dependencies): Set
load-true-file-name.

* lisp/emacs-lisp/package.el (package-quickstart-refresh):
Likewise.

* lisp/international/mule.el (load-with-code-conversion):
Likewise.

* lisp/loadup.el (load-true-file-name): Likewise.
lisp/cus-dep.el
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/package.el
lisp/international/mule.el
lisp/loadup.el