diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index e02ae97a0e1..e54a579620f 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -772,6 +772,8 @@ a case-insensitive match is tried." | |||
| 772 | (while (re-search-forward "^\\* Menu:" nil t) | 772 | (while (re-search-forward "^\\* Menu:" nil t) |
| 773 | (let (beg nodename end) | 773 | (let (beg nodename end) |
| 774 | (forward-line 1) | 774 | (forward-line 1) |
| 775 | (while (and (eolp) (not (eobp))) | ||
| 776 | (forward-line 1)) | ||
| 775 | (setq beg (point)) | 777 | (setq beg (point)) |
| 776 | (or (search-backward "\n\^_" nil 'move) | 778 | (or (search-backward "\n\^_" nil 'move) |
| 777 | (looking-at "\^_") | 779 | (looking-at "\^_") |