* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
This commit is contained in:
parent
47896c8446
commit
851decb15e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue