Variable: cvs-display-full-name

cvs-display-full-name is a customizable variable defined in pcvs-info.el.gz.

Value

t

Documentation

Specifies how the filenames should be displayed in the listing.

If non-nil, their full filename name will be displayed, else only the non-directory part.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-info.el.gz
;;(require 'pcvs-defs)

;;;;
;;;; config variables
;;;;

(defcustom cvs-display-full-name t
  "Specifies how the filenames should be displayed in the listing.
If non-nil, their full filename name will be displayed, else only the
non-directory part."
  :group 'pcl-cvs
  :type '(boolean))