emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 851decb: * lisp/dired-aux.el: Require cl-lib. (Bu


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 851decb: * lisp/dired-aux.el: Require cl-lib. (Bug#22613)
Date: Sat, 13 Feb 2016 18:18:34 +0000

branch: emacs-25
commit 851decb15e0496cec0c48d980c88a5a9d7cc00da
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/dired-aux.el: Require cl-lib.  (Bug#22613)
---
 lisp/dired-aux.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index ef1f387..d29abf3 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]