[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
- master updated (5683c4bad3c -> 8e20da1517a), Stefan Kangas, 2023/08/05
- master 25641c3e882 2/8: Add crossref to set-default-file-modes docstring, Stefan Kangas, 2023/08/05
- master 8e20da1517a 8/8: Simplify rng-substq with cl-substitute, Stefan Kangas, 2023/08/05
- master 3b2b0b5f921 5/8: Fix eshell "ls" command for files larger than 1TiB, Stefan Kangas, 2023/08/05
- master ed395444504 7/8: Make eshell-redisplay into alias for redisplay, Stefan Kangas, 2023/08/05
- master 7df1adab1e1 6/8: Use file-size-human-readable in eshell, Stefan Kangas, 2023/08/05
- master ee788ab2f81 4/8: ; * lisp/eshell/esh-util.el: Delete redundant autoload.,
Stefan Kangas <=
- master 3f8db3bbe5e 1/8: image-dired: Fix gallery directory permissions, Stefan Kangas, 2023/08/05
- master 88ce2a5624b 3/8: Simplify pcomplete-uniquify-list, Stefan Kangas, 2023/08/05