emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2270434: Remove mistaken dired-x entry from previous info-look pa


From: Lars Ingebrigtsen
Subject: master 2270434: Remove mistaken dired-x entry from previous info-look patch.
Date: Sat, 9 Oct 2021 08:49:49 -0400 (EDT)

branch: master
commit 22704345f7dd1175444ce591bb53a4cf908762b9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 881f63c..4812035 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]