aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-02-13 20:11:13 +0200
committerEli Zaretskii2016-02-13 20:11:13 +0200
commitcebd899370fb3b143ba640c3b6499e982e869849 (patch)
tree0a009b452b7da69c01415626da0b8c05a6570f92
parentf96cfce306ddceae9502a1962bc5030854c7acb2 (diff)
downloademacs-cebd899370fb3b143ba640c3b6499e982e869849.tar.gz
emacs-cebd899370fb3b143ba640c3b6499e982e869849.zip
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)
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
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 @@
38;; We need macros in dired.el to compile properly, 38;; We need macros in dired.el to compile properly,
39;; and we call subroutines in it too. 39;; and we call subroutines in it too.
40(require 'dired) 40(require 'dired)
41(require 'cl-lib) ; for cl-mapcan
41 42
42(defvar dired-create-files-failures nil 43(defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names. 44 "Variable where `dired-create-files' records failing file names.