From 47f6336e6a9954a06fe8a88eb7a822ad5b4aedac Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sat, 9 Jul 2016 07:05:50 +0200 Subject: [PATCH] No need to require the same feature twice. * lisp/dired-aux.el (require 'cl-lib): Remove. --- lisp/dired-aux.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8d6f6656a9a..1a4efdfd9fb 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -39,7 +39,6 @@ ;; We need macros in dired.el to compile properly, ;; and we call subroutines in it too. (require 'dired) -(require 'cl-lib) ; for cl-mapcan (defvar dired-create-files-failures nil "Variable where `dired-create-files' records failing file names. -- 2.39.5