Mercurial > emacs
changeset 49502:692aaddf484f
(Info-extract-menu-node-name): Another fix for
2003-01-24 change. Also stop search if : is followed by TAB.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 28 Jan 2003 12:08:36 +0000 |
parents | 5b99e9d71736 |
children | 443e3f602fc2 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Jan 28 12:07:50 2003 +0000 +++ b/lisp/info.el Tue Jan 28 12:08:36 2003 +0000 @@ -1486,7 +1486,7 @@ (skip-chars-forward " \t\n") (let ((beg (point)) str i) - (while (not (looking-at ":*[,.;) \n]")) + (while (not (looking-at ":*[,.;) \t\n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str