]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add missing require to wdired.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Feb 2025 02:01:15 +0000 (03:01 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:41:13 +0000 (10:41 +0100)
(cherry picked from commit dfcfb9792cfa9dacb890ab7e5b63e3adbe1cc6c0)

lisp/wdired.el

index f46f0a62f0252939e3b7a810ba8e3aa14ffc1bc5..e82e40aa3985f002311b1404c05c26725ad6e545 100644 (file)
@@ -69,6 +69,7 @@
 ;;; Code:
 
 (require 'dired)
+(eval-when-compile (require 'cl-lib))
 (autoload 'dired-do-create-files-regexp "dired-aux")
 
 (defgroup wdired nil