Fix org-get-repeat
commitde58e0ae3351f4333752da07ad13db549b2a44bc
authorMarco Wahl <marcowahlsoft@gmail.com>
Fri, 3 Feb 2017 23:19:49 +0000 (4 00:19 +0100)
committerMarco Wahl <marcowahlsoft@gmail.com>
Fri, 3 Feb 2017 23:19:49 +0000 (4 00:19 +0100)
treef0c086b1f978d118da5cb132f477aa399667b96f
parent9a0b519b4eb2a4edaf0aee6d6190ada792f28d19
Fix org-get-repeat

* lisp/org.el (org-get-repeat): Wrap call to save match data against
  side effects.

* testing/lisp/test-org.el (test-org/get-repeat): New test for
  `org-get-repeat'.
lisp/org.el
testing/lisp/test-org.el