branch: elpa/undo-fu-session commit 6c85e27da3c430879d9469734f257abe650a981f Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@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)))