Function: cvs-qtypedesc-obj2str

cvs-qtypedesc-obj2str is a byte-compiled function defined in pcvs-util.el.gz.

Signature

(cvs-qtypedesc-obj2str cvs-qtypedesc-obj2str X)

Documentation

Access slot "obj2str" of cvs-qtypedesc struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-util.el.gz
;;;;
;;;; (interactive <foo>) support function
;;;;

(cl-defstruct (cvs-qtypedesc
               (:constructor nil) (:copier nil)
               (:constructor cvs-qtypedesc-create
                (str2obj obj2str &optional complete hist-sym require)))
  str2obj
  obj2str
  hist-sym
  complete
  require)