From: Eli Zaretskii Date: Sat, 13 Feb 2016 18:11:13 +0000 (+0200) Subject: Avoid signaling an error in 'dired-do-find-regexp-and-replace' X-Git-Tag: emacs-26.0.90~2568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cebd899370fb3b143ba640c3b6499e982e869849;p=emacs.git 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) --- 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.