mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(diff-switches): Define var here as well as in diff.el.
This commit is contained in:
parent
fa203a7cc3
commit
2e810285eb
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ The value is only computed when needed to avoid an expensive search.")
|
|||
(defconst vc-maximum-comment-ring-size 32
|
||||
"Maximum number of saved comments in the comment ring.")
|
||||
|
||||
;;; This is duplicated in diff.el.
|
||||
(defvar diff-switches "-c"
|
||||
"*A string or list of strings specifying switches to be be passed to diff.")
|
||||
|
||||
;;;###autoload
|
||||
(defvar vc-checkin-hook nil
|
||||
"*List of functions called after a vc-checkin is done. See `run-hooks'.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue