From cebd899370fb3b143ba640c3b6499e982e869849 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Feb 2016 20:11:13 +0200 Subject: [PATCH] Avoid signaling an error in 'dired-do-find-regexp-and-replace' * lisp/dired-aux.el: Require cl-lib, so that 'cl-mapcan' is autoloaded correctly. (Bug#22613) --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9bcb1f94b56..6d248009933 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -38,6 +38,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. -- 2.39.2