projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47896c8
)
* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 Feb 2016 18:18:17 +0000
(13:18 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 Feb 2016 18:18:17 +0000
(13:18 -0500)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index ef1f38711757b4cd194b47ce7c0d3edc2a57644b..d29abf3cab8b4de7ae4a54295deef524631803ce 100644
(file)
--- 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)