Function: toolbarx-test-any-type

toolbarx-test-any-type is a byte-compiled function defined in toolbar-x.el.

Signature

(toolbarx-test-any-type OBJ)

Documentation

Return a cons cell (t . VAL).

If OBJ is vector, return VAL according to editor. Else, return OBJ, because it is a form anyway.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/toolbar-x.el
(defun toolbarx-test-any-type (obj)
  "Return a cons cell (t . VAL).
If OBJ is vector, return VAL according to editor.  Else, return
OBJ, because it is a form anyway."
  (cons t (toolbarx-option-value obj)))