]> code.delx.au - gnu-emacs/commitdiff
Avoid signaling an error in 'dired-do-find-regexp-and-replace'
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2016 18:11:13 +0000 (20:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Feb 2016 18:11:13 +0000 (20:11 +0200)
* lisp/dired-aux.el: Require cl-lib, so that 'cl-mapcan' is
autoloaded correctly.  (Bug#22613)

lisp/dired-aux.el

index 9bcb1f94b566f149b53b5578125d41f51db1aa11..6d248009933fcc85de242fc2a8c5dd4c9b614b88 100644 (file)
@@ -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.