* lisp/help-fns.el (help--load-prefixes): Fix bug#72787

This commit is contained in:
Stefan Monnier 2024-10-11 18:34:05 -04:00
parent e0b9eba35c
commit a30f115daa

View file

@ -112,6 +112,7 @@ current help buffer.")
(pcase-dolist (`(,prefix . ,files) prefixes)
(setq help-definition-prefixes
(radix-tree-insert help-definition-prefixes prefix nil))
(remhash prefix definition-prefixes)
(dolist (file files)
;; FIXME: Should we scan help-definition-prefixes to remove
;; other prefixes of the same file?