]> git.eshelyaron.com Git - emacs.git/commit
Fix calling file name handler for `load'.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Nov 2022 14:39:58 +0000 (15:39 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Nov 2022 14:39:58 +0000 (15:39 +0100)
commit5d6e919a90bc3ad3c73f9c6b20b25837d283af0e
treee3de87e2cf669ed09a89a3631bd430ed87c79444
parentf0f960050b1d3931331bf0ce42d2e106f8c7832b
Fix calling file name handler for `load'.

* lisp/net/ange-ftp.el (ange-ftp-load): Add MUST-SUFFIX argument.

* lisp/net/tramp.el (tramp-handle-load): Adapt MUST_SUFFIX test.

* src/lread.c (Fload): Call handler with must_suffix.

* test/lisp/net/tramp-tests.el (tramp-test27-load): Extend test.
lisp/net/ange-ftp.el
lisp/net/tramp.el
src/lread.c
test/lisp/net/tramp-tests.el