Function: ex-cmd-execute
ex-cmd-execute is a byte-compiled function defined in viper-ex.el.gz.
Signature
(ex-cmd-execute CMD)
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-ex.el.gz
;; Executes the function associated with the command
(defun ex-cmd-execute (cmd)
(eval (cadr cmd) t))