Variable: cvs-lock-file-regexp

cvs-lock-file-regexp is a variable defined in pcvs-defs.el.gz.

Value

"^#cvs\\.\\([trw]fl\\.[-.a-z0-9]+\\|lock\\)\\'"

Documentation

Regexp matching the possible names of locks in the CVS repository.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defvar cvs-lock-file-regexp "^#cvs\\.\\([trw]fl\\.[-.a-z0-9]+\\|lock\\)\\'"
  "Regexp matching the possible names of locks in the CVS repository.")