* lisp/help-fns.el (help--load-prefixes): Fix bug#72787
This commit is contained in:
parent
e0b9eba35c
commit
a30f115daa
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue