org-table: Speed-up `org-table-{begin,end}'
commit8344f29dacaece34298f5b2865eeb89f1373aa6d
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 29 Jul 2015 21:38:35 +0000 (29 23:38 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 2 Aug 2015 15:56:13 +0000 (2 17:56 +0200)
treec9ed828cc90e9f30d50f5ccecd4f50e84082fd15
parent57883f79570dc2aea9a1b79012530f0223fe9e82
org-table: Speed-up `org-table-{begin,end}'

* lisp/org-table.el (org-table-border-regexp): Improve docstring.
(org-table-begin):
(org-table-end): Assume point is in a table already.  In this case,
using parser is not necessary anymore.
lisp/org-table.el