emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ee788ab2f81 4/8: ; * lisp/eshell/esh-util.el: Delete redundant au


From: Stefan Kangas
Subject: master ee788ab2f81 4/8: ; * lisp/eshell/esh-util.el: Delete redundant autoload.
Date: Sat, 5 Aug 2023 12:00:12 -0400 (EDT)

branch: master
commit ee788ab2f81f3a8ad338648c870a8feeb17e192d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]