mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(Info-menu): Use Info-menu-entry-name-re.
This commit is contained in:
parent
b93fb365b3
commit
00d32b3f98
@ -1652,7 +1652,9 @@ new buffer."
|
||||
(save-excursion
|
||||
(goto-char p)
|
||||
(end-of-line)
|
||||
(if (re-search-backward "\n\\* +\\([^\t\n]*\\):" beg t)
|
||||
(if (re-search-backward (concat "\n\\* +\\("
|
||||
Info-menu-entry-name-re
|
||||
"\\):") beg t)
|
||||
(setq default (match-string-no-properties 1))))))
|
||||
(let ((item nil))
|
||||
(while (null item)
|
||||
|
Loading…
Reference in New Issue
Block a user