Function: cvs-car
cvs-car is a byte-compiled function defined in pcvs-util.el.gz.
Signature
(cvs-car X)
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-util.el.gz
;;;;
;;;; list processing
;;;;
(defsubst cvs-car (x) (if (consp x) (car x) x))