Function: vtable-column-name

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

Signature

(vtable-column-name vtable-column-name X)

Documentation

Access slot "name" of vtable-column struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(cl-defstruct vtable-column
  "A vtable column."
  name
  width
  min-width
  max-width
  primary
  align
  getter
  formatter
  displayer
  -numerical
  -aligned)