org-clock.el (org-clock-in): Don't forward by one character when setting the marker...
commit3dd3100794e90f7a44eb17118d1c084299868621
authorBastien Guerry <bzg@altern.org>
Wed, 24 Apr 2013 08:47:16 +0000 (24 10:47 +0200)
committerBastien Guerry <bzg@altern.org>
Wed, 24 Apr 2013 08:47:16 +0000 (24 10:47 +0200)
tree380f541cf971f9be7611233ac3c4cc1c7baaaad8
parent240d645dbb2d7d8968162d9d36058ea406ad4b67
org-clock.el (org-clock-in): Don't forward by one character when setting the marker in the clock history

* org-clock.el (org-clock-in): Don't forward by one character
when setting the marker in the clock history.

This was done to prevent the marker from being broken when a user
manually insert some text right one it.  I cannot reproduce this
manual marker modification problem, so let's remove this ugly
exception, as it is not consistent with other clock markers.

Thanks to Bernt Hansen for pointing this out.
lisp/org-clock.el