Merge pull request #225 from 4ourbit/patch-1
fix for unexpected point movement
This commit is contained in:
commit
8d38060968
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ Leave point at the beginning of the thing under point"
|
||||||
(cond ((looking-at "^[0-9/.=-]+\\(\\s-+\\*\\)?\\(\\s-+(.+?)\\)?\\s-+")
|
(cond ((looking-at "^[0-9/.=-]+\\(\\s-+\\*\\)?\\(\\s-+(.+?)\\)?\\s-+")
|
||||||
(goto-char (match-end 0))
|
(goto-char (match-end 0))
|
||||||
'transaction)
|
'transaction)
|
||||||
((looking-at "^\\s-+\\([*!]\\s-+\\)?[[(]?\\(.\\)")
|
((looking-at "^\\s-+\\([*!]\\s-+\\)?[[(]?\\([^\\s-]\\)")
|
||||||
(goto-char (match-beginning 2))
|
(goto-char (match-beginning 2))
|
||||||
'posting)
|
'posting)
|
||||||
((looking-at "^\\(sun\\|mon\\|tue\\|wed\\|thu\\|fri\\|sat\\)\\s-+")
|
((looking-at "^\\(sun\\|mon\\|tue\\|wed\\|thu\\|fri\\|sat\\)\\s-+")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue