Variable: vc-diff-finish-functions

vc-diff-finish-functions is a variable defined in vc.el.gz.

Value

(vc-shrink-buffer-window)

Documentation

Functions run at the end of the diff command.

Each function runs in the diff output buffer without args.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defvar vc-diff-finish-functions '(vc-shrink-buffer-window)
  "Functions run at the end of the diff command.
Each function runs in the diff output buffer without args.")