]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mistaken dired-x entry from previous info-look patch.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2021 12:49:38 +0000 (14:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2021 12:49:38 +0000 (14:49 +0200)
lisp/info-look.el

index 881f63c140ca9f0b2957c04b9bdacd397f653cc3..48120359193268efa546dfdb5230ef0475419f65 100644 (file)
@@ -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)