]> code.delx.au - gnu-emacs/blobdiff - lisp/dired-aux.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / dired-aux.el
index d29abf3cab8b4de7ae4a54295deef524631803ce..3e387d9e0df5c6a0a60e4f40ea294e2d28944069 100644 (file)
@@ -39,6 +39,7 @@
 ;; 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.
@@ -2772,7 +2773,7 @@ instead."
 
 ;; Local Variables:
 ;; byte-compile-dynamic: t
-;; generated-autoload-file: "dired.el"
+;; generated-autoload-file: "dired-loaddefs.el"
 ;; End:
 
 ;;; dired-aux.el ends here