diff options
| author | Glenn Morris | 2016-02-13 13:18:17 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-02-13 13:18:17 -0500 |
| commit | 851decb15e0496cec0c48d980c88a5a9d7cc00da (patch) | |
| tree | eb4f6a183f5ef48d4093f7faa679f2672c54bd11 | |
| parent | 47896c844614259de3663f55c7b9a8a46be9b0bb (diff) | |
| download | emacs-851decb15e0496cec0c48d980c88a5a9d7cc00da.tar.gz emacs-851decb15e0496cec0c48d980c88a5a9d7cc00da.zip | |
* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
| -rw-r--r-- | 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 ef1f3871175..d29abf3cab8 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | 35 | ||
| 36 | ;;; Code: | 36 | ;;; Code: |
| 37 | 37 | ||
| 38 | (require 'cl-lib) | ||
| 38 | ;; We need macros in dired.el to compile properly, | 39 | ;; We need macros in dired.el to compile properly, |
| 39 | ;; and we call subroutines in it too. | 40 | ;; and we call subroutines in it too. |
| 40 | (require 'dired) | 41 | (require 'dired) |