# HG changeset patch # User Andreas Schwab # Date 1045744836 0 # Node ID c0ebd202a62f9a60b90c109028f543de4a97ce2b # Parent 3e58b83752432b00911e559f908d601a529184a0 (Info-extract-menu-node-name): Stop if colon is followed by open paren. diff -r 3e58b8375243 -r c0ebd202a62f lisp/info.el --- a/lisp/info.el Thu Feb 20 08:56:08 2003 +0000 +++ b/lisp/info.el Thu Feb 20 12:40:36 2003 +0000 @@ -1486,7 +1486,7 @@ (skip-chars-forward " \t\n") (let ((beg (point)) str i) - (while (not (looking-at ":*[,.;) \t\n]")) + (while (not (looking-at ":*[,.;() \t\n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str