* lisp/dired-aux.el: Require cl-lib. (Bug#22613)

This commit is contained in:
Glenn Morris 2016-02-13 13:18:17 -05:00
parent 47896c8446
commit 851decb15e

View file

@ -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)