(Info-insert-dir): Use assoc-string.
This commit is contained in:
parent
ca205aa366
commit
9f4aee27ca
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ a case-insensitive match is tried."
|
|||
(beginning-of-line)
|
||||
(setq end (point))
|
||||
(push (list nodename other beg end) this-buffer-nodes)))
|
||||
(if (assoc-ignore-case "top" this-buffer-nodes)
|
||||
(if (assoc-string "top" this-buffer-nodes t)
|
||||
(setq nodes (nconc this-buffer-nodes nodes))
|
||||
(setq problems t)
|
||||
(message "No `top' node in %s" Info-dir-file-name)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue