diff options
Diffstat (limited to 'lisp/info.el')
-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." (while (re-search-forward "^\\* Menu:" nil t) (let (beg nodename end) (forward-line 1) + (while (and (eolp) (not (eobp))) + (forward-line 1)) (setq beg (point)) (or (search-backward "\n\^_" nil 'move) (looking-at "\^_") |