Pass LIMIT argument to org-looking-back
commite802936f4b39f8b1e56cc015f34aa655565afe7f
authorKyle Meyer <kyle@kyleam.com>
Sun, 27 Sep 2015 16:27:52 +0000 (27 12:27 -0400)
committerKyle Meyer <kyle@kyleam.com>
Sun, 4 Oct 2015 06:31:29 +0000 (4 02:31 -0400)
tree895727619d3d8e64fc9942c5f2624becf9a770ce
parentef3ea9d02d16128989d5d5129073386397dca1ec
Pass LIMIT argument to org-looking-back

* lisp/org-mouse.el (org-mouse-insert-item):
(org-mouse-context-menu):
* lisp/org-pcomplete.el (org-thing-at-point):
* lisp/org.el (org-read-date-minibuffer-local-map):
(org-timestamp-change): Provide LIMIT argument to org-looking-back.
* lisp/org.el (org-read-date-minibuffer-local-map):
(org-insert-heading): Replace looking-back with org-looking-back.

As of Emacs 25, the LIMIT argument to looking-back is advertised as a
required argument.
lisp/org-mouse.el
lisp/org-pcomplete.el
lisp/org.el