emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 47f6336 1/2: No need to require the same feature tw


From: Mario Lang
Subject: [Emacs-diffs] master 47f6336 1/2: No need to require the same feature twice.
Date: Sat, 9 Jul 2016 05:08:16 +0000 (UTC)

branch: master
commit 47f6336e6a9954a06fe8a88eb7a822ad5b4aedac
Author: Mario Lang <address@hidden>
Commit: Mario Lang <address@hidden>

    No need to require the same feature twice.
    
    * lisp/dired-aux.el (require 'cl-lib): Remove.
---
 lisp/dired-aux.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8d6f665..1a4efdf 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -39,7 +39,6 @@
 ;; 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]