emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/undo-fu-session 6c85e27da3 10/11: Cleanup: remove lambda f


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session 6c85e27da3 10/11: Cleanup: remove lambda function quote
Date: Sat, 7 Jan 2023 20:00:32 -0500 (EST)

branch: elpa/undo-fu-session
commit 6c85e27da3c430879d9469734f257abe650a981f
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: remove lambda function quote
---
 undo-fu-session.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/undo-fu-session.el b/undo-fu-session.el
index d2e03c7392..038f5dbad0 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -336,9 +336,9 @@ Argument PENDING-LIST an `pending-undo-list' compatible 
list."
                    (delq
                     nil ;; Non-file.
                     (mapcar
-                     #'(lambda (x)
-                         (unless (nth 1 x)
-                           x))
+                     (lambda (x)
+                       (unless (nth 1 x)
+                         x))
                      (directory-files-and-attributes undo-fu-session-directory 
t nil t)))
                    (lambda (x y) (time-less-p (nth 6 y) (nth 6 x))))))
           (let ((file (car file-with-attrs)))



reply via email to

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