Function: vc-file-clearprops
vc-file-clearprops is a byte-compiled function defined in
vc-hooks.el.gz.
Signature
(vc-file-clearprops FILE)
Documentation
Clear all VC properties of FILE.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defun vc-file-clearprops (file)
"Clear all VC properties of FILE."
(if (boundp 'vc-parent-buffer)
(kill-local-variable 'vc-parent-buffer))
(setplist (intern (expand-file-name file) vc-file-prop-obarray) nil))