From 2fdd70031f099bc2fe2f08ce3b567a6903041b62 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 19 Oct 2024 14:17:18 +0200 Subject: [PATCH] ; Remove unused lexical variable --- lisp/ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ido.el b/lisp/ido.el index 2a828fc0bc8..c3b816d942e 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -3342,7 +3342,7 @@ instead removed from the current item list." ;; Use list of cached directories (let ((re (concat (regexp-quote (substring text 0 -1)) "[^/:]*/\\'")) (dirs ido-dir-file-cache) - dir b d f) + dir d f) (while dirs (setq dir (car dirs) d (car dir) -- 2.39.5