From: Lars Ingebrigtsen Date: Sat, 9 Oct 2021 12:49:38 +0000 (+0200) Subject: Remove mistaken dired-x entry from previous info-look patch. X-Git-Tag: emacs-29.0.90~3671^2~621^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22704345f7dd1175444ce591bb53a4cf908762b9;p=emacs.git Remove mistaken dired-x entry from previous info-look patch. --- 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)