Use (point-marker) instead of (move-marker (make-marker) (point))
commitbfb9f9d10fe7db2e45cd925567beb824f6d67397
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 20 Dec 2012 04:46:41 +0000 (20 08:46 +0400)
committerBastien Guerry <bzg@altern.org>
Thu, 20 Dec 2012 12:16:41 +0000 (20 13:16 +0100)
tree28542d57d2846f244ce53b1dd85068bc78b8708b
parentb508943d329fed2af457c50afd5f63938b23c58c
Use (point-marker) instead of (move-marker (make-marker) (point))

* org-agenda.el (org-agenda-get-restriction-and-command): Use `point-marker'.
* org-capture.el (org-capture-place-template): Likewise.
* org-colview-xemacs.el (org-dblock-write:columnview): Likewise.
* org-colview.el (org-dblock-write:columnview): Likewise.
* org-mobile.el (org-mobile-locate-entry): Likewise.
* org-table.el (org-table-convert-region): Likewise.
* org.el (org-update-statistics-cookies): Likewise.
* contrib/lisp/org-invoice.el (org-dblock-write:invoice): Likewise.
contrib/lisp/org-invoice.el
lisp/org-agenda.el
lisp/org-capture.el
lisp/org-colview-xemacs.el
lisp/org-colview.el
lisp/org-mobile.el
lisp/org-table.el
lisp/org.el