jabber-core: Fix header parsing
commita034d4b330d23643169880e96e34e0cf61b76a11
authorJeremy Compostella <jerry@Apollo.jerryland.fr>
Thu, 15 Dec 2011 21:31:34 +0000 (15 22:31 +0100)
committerMagnus Henoch <legoscia@users.sourceforge.net>
Sun, 18 Dec 2011 22:37:36 +0000 (18 22:37 +0000)
treef902e4c491d1fe6405e14d4430d78457eb00a887
parentdc9fc0fa06ff8a18b5599572671ce598374aa83c
jabber-core: Fix header parsing

The (1+ (match-end 0)) is a mistake. Indeed, after the replace-match
call the (match-end 0) point has changed to be at the end of the
replaced string. So calling (point) is more than enough.

Signed-off-by: Magnus Henoch <legoscia@users.sourceforge.net>
AUTHORS
jabber-core.el