summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-02-13 13:18:17 -0500
committerGlenn Morris <rgm@gnu.org>2016-02-13 13:18:17 -0500
commit851decb15e0496cec0c48d980c88a5a9d7cc00da (patch)
treeeb4f6a183f5ef48d4093f7faa679f2672c54bd11
parent47896c844614259de3663f55c7b9a8a46be9b0bb (diff)
downloademacs-851decb15e0496cec0c48d980c88a5a9d7cc00da.tar.gz
* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
-rw-r--r--lisp/dired-aux.el1
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 @@
;;; Code:
+(require 'cl-lib)
;; We need macros in dired.el to compile properly,
;; and we call subroutines in it too.
(require 'dired)