Variable: vc-annotate-ratio

vc-annotate-ratio is a variable defined in vc-annotate.el.gz.

Value

nil

Documentation

Global variable.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
;;; Annotate functionality

;; Declare globally instead of additional parameter to
;; temp-buffer-show-function (not possible to pass more than one
;; parameter).  The use of annotate-ratio is deprecated in favor of
;; annotate-mode, which replaces it with the more sensible "span-to
;; days", along with autoscaling support.
(defvar vc-annotate-ratio nil "Global variable.")