emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cebd899: Avoid signaling an error in 'dired-do-find


From: Eli Zaretskii
Subject: [Emacs-diffs] master cebd899: Avoid signaling an error in 'dired-do-find-regexp-and-replace'
Date: Sat, 13 Feb 2016 18:13:11 +0000

branch: master
commit cebd899370fb3b143ba640c3b6499e982e869849
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 9bcb1f9..6d24800 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]