mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
(diff-switches): Define var here as well as in diff.el.
This commit is contained in:
parent
fa203a7cc3
commit
2e810285eb
@ -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 New Issue
Block a user