Variable: ex-token-type

ex-token-type is a variable defined in vip.el.gz.

Value

nil

Documentation

type of token. if non-nil, gives type of address. if nil, it is a command.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
;; implement ex commands

(defvar ex-token-type nil
  "type of token.  if non-nil, gives type of address.  if nil, it
is a command.")