diff options
| author | Mario Lang | 2016-07-09 07:05:50 +0200 |
|---|---|---|
| committer | Mario Lang | 2016-07-09 07:06:13 +0200 |
| commit | 47f6336e6a9954a06fe8a88eb7a822ad5b4aedac (patch) | |
| tree | 4f52c3b6237944254c54832aed70175a8b80c214 | |
| parent | d8a9c450cf4c575d21297885d6823920aec0482f (diff) | |
| download | emacs-47f6336e6a9954a06fe8a88eb7a822ad5b4aedac.tar.gz emacs-47f6336e6a9954a06fe8a88eb7a822ad5b4aedac.zip | |
No need to require the same feature twice.
* lisp/dired-aux.el (require 'cl-lib): Remove.
| -rw-r--r-- | lisp/dired-aux.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8d6f6656a9a..1a4efdfd9fb 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | ;; We need macros in dired.el to compile properly, | 39 | ;; We need macros in dired.el to compile properly, |
| 40 | ;; and we call subroutines in it too. | 40 | ;; and we call subroutines in it too. |
| 41 | (require 'dired) | 41 | (require 'dired) |
| 42 | (require 'cl-lib) ; for cl-mapcan | ||
| 43 | 42 | ||
| 44 | (defvar dired-create-files-failures nil | 43 | (defvar dired-create-files-failures nil |
| 45 | "Variable where `dired-create-files' records failing file names. | 44 | "Variable where `dired-create-files' records failing file names. |