summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 83a9bfbc235..cdf339ff6fb 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3375,13 +3375,7 @@ Give an empty topic name to go to the Index node itself."
(setq exact (cons found exact)
matches (delq found matches)))
(setq Info-history-list ohist-list)
- (setq Info-index-alternatives
- ;; Weed out index entries that refer to the same line.
- (seq-uniq
- (nconc exact (nreverse matches))
- (lambda (m1 m2)
- (and (equal (nth 1 m1) (nth 1 m2))
- (equal (nth 3 m1) (nth 3 m2))))))
+ (setq Info-index-alternatives (nconc exact (nreverse matches)))
(Info-index-next 0)))))
(defun Info-index-next (num)