org-table: `org-table-end' does not return a marker
commitcff54cd1274f2de2b5f58846c757da253c47a477
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 6 Apr 2015 07:38:21 +0000 (6 09:38 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 6 Apr 2015 07:38:21 +0000 (6 09:38 +0200)
treec6fc16bf42809493af17a412cc03dd2b80e64270
parent1ba8413b0a0077cb5d3ecedcd97a228c08bf0eb9
org-table: `org-table-end' does not return a marker

* lisp/org-table.el (org-table-end): Do not return a maker.
(org-table-align):
(org-table-insert-column):
(org-table-delete-column):
(org-table-move-column):
(org-table-convert):
(org-table-recalculate): Create needed marker.

Creating a marker was not documented, and not always needed.
`copy-marker' should be used when they are.  Markers not deactivated
slow down editing.
lisp/org-table.el