Function: vtable-current-column

vtable-current-column is a byte-compiled function defined in vtable.el.gz.

Signature

(vtable-current-column)

Documentation

Return the index of the column under point.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defun vtable-current-column ()
  "Return the index of the column under point."
  (get-text-property (point) 'vtable-column))