]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove unused lexical variable
authorEshel Yaron <me@eshelyaron.com>
Sat, 19 Oct 2024 12:17:18 +0000 (14:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 19 Oct 2024 12:17:18 +0000 (14:17 +0200)
lisp/ido.el

index 2a828fc0bc863e167597123a927c5ef473c3b70d..c3b816d942ea9a89a6a7ee154c0dd3cf118b07f5 100644 (file)
@@ -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 d f)
+               dir d f)
            (while dirs
              (setq dir (car dirs)
                    d (car dir)