summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ecay <aaronecay@gmail.com>2015-11-05 19:57:27 +0000
committerAaron Ecay <aaronecay@gmail.com>2015-11-06 12:47:04 +0000
commitc7f1b559954f5881f739bd2880b1bdb521ca20fb (patch)
treead3665b326eb560870ebd33b4dc2e4d2e2441153
parent48096562bab81023b5e14a211fcf36264fef398f (diff)
downloadorg-mode-c7f1b559954f5881f739bd2880b1bdb521ca20fb.tar.gz
Mark `org-table-recognize-table.el' obsolete
* lisp/org.el (org-at-table-hline-p): Mark obsolete. No org code has called this function since 2010.
-rwxr-xr-xlisp/org.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index fccbefc..10f5686 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4528,6 +4528,10 @@ If `org-enable-table-editor' is nil, return nil unconditionally."
(table-recognize-table)
(message "recognizing table.el table...done")))
(error "This should not happen"))))
+;;; This function is not used by org core since commit 6d1e3082, Feb 2010
+(make-obsolete 'org-table-recognize-table.el
+ "please notify the org mailing list if you use this function."
+ "Org 9.0")
(defun org-at-table-hline-p ()
"Non-nil when point is inside a hline in a table.