From ee788ab2f81f3a8ad338648c870a8feeb17e192d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 5 Aug 2023 10:59:11 +0200 Subject: [PATCH] ; * lisp/eshell/esh-util.el: Delete redundant autoload. --- lisp/eshell/esh-util.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 3608c78ba2b..1d0f41d7b82 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -628,8 +628,6 @@ See also `user-login-name'." (setq host-users (cdr host-users)) (cdr (assoc user host-users)))))) -(autoload 'parse-time-string "parse-time") - (eval-when-compile (require 'ange-ftp)) ; ange-ftp-parse-filename -- 2.39.2