Mark `org-bound-and-true-p' as obsolete
commitff806546176c51efad7fc6f202feab0a9aa0f5b1
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 23 Jun 2016 12:18:38 +0000 (23 14:18 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 23 Jun 2016 12:23:52 +0000 (23 14:23 +0200)
treed9ff7a008ba26e38a7ae4c7ce968de3c82781fc0
parent23d84285bf4132cfbfde9d39ebd2d07e5552bb10
Mark `org-bound-and-true-p' as obsolete

* lisp/org-macs.el (org-bound-and-true-p): Remove macro.
* lisp/org-compat.el (org-bound-and-true-p): Deprecated alias for
  `bound-and-true-p'.
* lisp/ob-core.el (org-babel-confirm-evaluate):
* lisp/org-agenda.el (org-agenda-write):
(org-agenda-add-entry-text):
(org-agenda-todo):
* lisp/org-clock.el (org-clocktable-defaults):
(org-clocktable-write-default):
* lisp/org-colview.el (org-columns):
(org-columns--compute-spec):
(org-agenda-columns):
* lisp/org-indent.el (org-indent-set-line-properties):
* lisp/org-inlinetask.el (org-inlinetask-fontify):
* lisp/org-mobile.el (org-mobile-write-agenda-for-mobile):
* lisp/org-pcomplete.el (pcomplete/org-mode/file-option/options):
(pcomplete/org-mode/file-option/infojs_opt):
* lisp/org-src.el (org-src-mode-configure-edit-buffer):
(org-edit-table.el):
* lisp/org.el (org-store-link):
(org-refile):
(org-get-export-keywords):
(org-set-tags):
(org-order-calendar-date-args):
(org-mode-restart):
(org-tbl-menu):
(org-beginning-of-line):
(org-end-of-line):
(org-kill-line):
(org-truely-invisible-p):
(org-remove-flyspell-overlays-in): Use `bound-and-true-p' instead of
`org-bound-and-true-p'.
12 files changed:
lisp/ob-core.el
lisp/org-agenda.el
lisp/org-clock.el
lisp/org-colview.el
lisp/org-compat.el
lisp/org-indent.el
lisp/org-inlinetask.el
lisp/org-macs.el
lisp/org-mobile.el
lisp/org-pcomplete.el
lisp/org-src.el
lisp/org.el