summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2016-07-09 07:05:50 +0200
committerMario Lang <mlang@delysid.org>2016-07-09 07:06:13 +0200
commit47f6336e6a9954a06fe8a88eb7a822ad5b4aedac (patch)
tree4f52c3b6237944254c54832aed70175a8b80c214
parentd8a9c450cf4c575d21297885d6823920aec0482f (diff)
No need to require the same feature twice.
* lisp/dired-aux.el (require 'cl-lib): Remove.
-rw-r--r--lisp/dired-aux.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8d6f6656a9..1a4efdfd9f 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.