Mercurial > emacs
changeset 49465:e97c1fa39f09
(Info-extract-menu-node-name): Fix 2003-01-24 change.
Don't search for next colon if current colon is followed by
one of ".", ",", ";", or ")".
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 26 Jan 2003 17:51:53 +0000 |
parents | d7547cf75d28 |
children | 387683a11f0b |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun Jan 26 17:51:15 2003 +0000 +++ b/lisp/info.el Sun Jan 26 17:51:53 2003 +0000 @@ -1484,7 +1484,7 @@ (skip-chars-forward " \t\n") (let ((beg (point)) str i) - (while (not (looking-at ":*[ \n]")) + (while (not (looking-at ":*[,.;) \n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str