# HG changeset patch # User Erik Naggum # Date 820270186 0 # Node ID 6e14467a9a9ef8821df4cd0915734b73be207311 # Parent 1c65a1e5f099bd7aadfa404c88eb8e9b82fe9b64 (vc-backend-checkin): Use vc-checkin-switches. diff -r 1c65a1e5f099 -r 6e14467a9a9e lisp/vc.el --- a/lisp/vc.el Fri Dec 29 20:00:39 1995 +0000 +++ b/lisp/vc.el Fri Dec 29 20:49:46 1995 +0000 @@ -1981,9 +1981,9 @@ ;; Change buffers to get local value of vc-checkin-switches. (set-buffer (or (get-file-buffer file) (current-buffer))) (let ((switches - (if (stringp vc-checkout-switches) - (list vc-checkout-switches) - vc-checkout-switches))) + (if (stringp vc-checkin-switches) + (list vc-checkin-switches) + vc-checkin-switches))) ;; Clear the master-properties. Do that here, not at the ;; end, because if the check-in fails we want them to get ;; re-computed before the next try.