From 22704345f7dd1175444ce591bb53a4cf908762b9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 9 Oct 2021 14:49:38 +0200 Subject: [PATCH] Remove mistaken dired-x entry from previous info-look patch. --- lisp/info-look.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/info-look.el b/lisp/info-look.el index 881f63c140c..48120359193 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -979,8 +979,7 @@ Return nil if there is nothing appropriate in the buffer near point." ;; sort of fallback match scheme existed. ("(elisp)Index" nil "^ -+ .*: " "\\( \\|$\\)") ("(cl)Function Index" nil "^ -+ .*: " "\\( \\|$\\)") - ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)") - ("(dired-x)Index" nil "^ -+ .*: " "\\( \\|$\\)"))) + ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)"))) (mapc (lambda (elem) -- 2.39.5