]> code.delx.au - gnu-emacs/commitdiff
* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Feb 2016 18:18:17 +0000 (13:18 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Feb 2016 18:18:17 +0000 (13:18 -0500)
lisp/dired-aux.el

index ef1f38711757b4cd194b47ce7c0d3edc2a57644b..d29abf3cab8b4de7ae4a54295deef524631803ce 100644 (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)