Variable: vc-filter-command-function

vc-filter-command-function is a variable defined in vc-dispatcher.el.gz.

Value

list

Documentation

Function called to transform VC commands before execution.

The function is called inside the buffer in which the command will be run and is passed the COMMAND, FILE-OR-LIST and FLAGS arguments to vc-do-command. It should return a list of three elements, the new values for these arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defvar vc-filter-command-function #'list
  "Function called to transform VC commands before execution.
The function is called inside the buffer in which the command
will be run and is passed the COMMAND, FILE-OR-LIST and FLAGS
arguments to `vc-do-command'.  It should return a list of three
elements, the new values for these arguments.")