From: Mario Lang Date: Sat, 9 Jul 2016 05:05:50 +0000 (+0200) Subject: No need to require the same feature twice. X-Git-Tag: emacs-26.0.90~1840^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47f6336e6a9954a06fe8a88eb7a822ad5b4aedac;p=emacs.git No need to require the same feature twice. * lisp/dired-aux.el (require 'cl-lib): Remove. --- 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.