From: Eshel Yaron Date: Sat, 19 Oct 2024 12:17:18 +0000 (+0200) Subject: ; Remove unused lexical variable X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fdd70031f099bc2fe2f08ce3b567a6903041b62;p=emacs.git ; Remove unused lexical variable --- 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)