Function: vc-up-to-date-p

vc-up-to-date-p is a byte-compiled function defined in vc-hooks.el.gz.

Signature

(vc-up-to-date-p FILE)

Documentation

Convenience function to check whether vc-state of FILE is up-to-date.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defsubst vc-up-to-date-p (file)
  "Convenience function to check whether `vc-state' of FILE is `up-to-date'."
  (eq (vc-state file) 'up-to-date))