Explorar o código

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.
Aaron Ecay %!s(int64=9) %!d(string=hai) anos
pai
achega
c7f1b55995
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lisp/org.el

+ 4 - 0
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.