]> code.delx.au - gnu-emacs/commitdiff
No need to require the same feature twice.
authorMario Lang <mlang@delysid.org>
Sat, 9 Jul 2016 05:05:50 +0000 (07:05 +0200)
committerMario Lang <mlang@delysid.org>
Sat, 9 Jul 2016 05:06:13 +0000 (07:06 +0200)
* lisp/dired-aux.el (require 'cl-lib): Remove.

lisp/dired-aux.el

index 8d6f6656a9a522d020f4b71fde157844bc12d580..1a4efdfd9fb3ed4c6dca432182c1444d5831c8aa 100644 (file)
@@ -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.