mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
* lisp/dired-aux.el: Require cl-lib. (Bug#22613)
This commit is contained in:
parent
47896c8446
commit
851decb15e
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'cl-lib)
|
||||||
;; We need macros in dired.el to compile properly,
|
;; We need macros in dired.el to compile properly,
|
||||||
;; and we call subroutines in it too.
|
;; and we call subroutines in it too.
|
||||||
(require 'dired)
|
(require 'dired)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue