From 851decb15e0496cec0c48d980c88a5a9d7cc00da Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 Feb 2016 13:18:17 -0500 Subject: [PATCH] * lisp/dired-aux.el: Require cl-lib. (Bug#22613) --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5