Function: table-get-source-info

table-get-source-info is a macro defined in table.el.gz.

Signature

(table-get-source-info PROP)

Documentation

Retrieve source generation information.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defmacro table-get-source-info (prop)
  "Retrieve source generation information."
  `(get 'table-source-info-plist ,prop))