Variable: cvs-find-file-and-jump
cvs-find-file-and-jump is a customizable variable defined in
pcvs-defs.el.gz.
Value
nil
Documentation
Jump to the modified area when finding a file.
If non-nil, cvs-mode-find-file will place the cursor at the beginning of
the modified area. If the file is not locally modified, this will obviously
have no effect.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-find-file-and-jump nil
"Jump to the modified area when finding a file.
If non-nil, `cvs-mode-find-file' will place the cursor at the beginning of
the modified area. If the file is not locally modified, this will obviously
have no effect."
:type '(boolean))