From: Glenn Morris Date: Sat, 13 Feb 2016 18:18:17 +0000 (-0500) Subject: * lisp/dired-aux.el: Require cl-lib. (Bug#22613) X-Git-Tag: emacs-25.0.91~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=851decb;p=emacs.git * lisp/dired-aux.el: Require cl-lib. (Bug#22613) --- 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)