Variable: vc-user-edit-command-history

vc-user-edit-command-history is a variable defined in vc-dispatcher.el.gz.

Value

nil

Documentation

Name of minibuffer history variable for vc-user-edit-command.

Bound to the name of the variable holding a command's minibuffer history, by that command, around its call to vc-user-edit-command.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defvar vc-user-edit-command-history nil
  "Name of minibuffer history variable for `vc-user-edit-command'.
Bound to the name of the variable holding a command's minibuffer
history, by that command, around its call to `vc-user-edit-command'.")