diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 17:11:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 18:18:50 +0200 |
commit | bf8044b9cdf59aaff4d9611d007102272073814f (patch) | |
tree | 06f3ca79fdadc443f92d5fde25b90ba350ab0315 /lisp/eshell/esh-util.el | |
parent | c0c5f43f49d429ec63ea73df1f1886f84596cb0a (diff) | |
download | emacs-bf8044b9cdf59aaff4d9611d007102272073814f.tar.gz emacs-bf8044b9cdf59aaff4d9611d007102272073814f.tar.bz2 emacs-bf8044b9cdf59aaff4d9611d007102272073814f.zip |
; Unconditionally require built-in libraries
Diffstat (limited to 'lisp/eshell/esh-util.el')
-rw-r--r-- | lisp/eshell/esh-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 5144e305121..9258ca5e40e 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -539,7 +539,7 @@ list." (autoload 'parse-time-string "parse-time") (eval-when-compile - (require 'ange-ftp nil t)) ; ange-ftp-parse-filename + (require 'ange-ftp)) ; ange-ftp-parse-filename (defvar tramp-file-name-structure) (declare-function ange-ftp-ls "ange-ftp" |