diff options
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 00976a07d42..b926c3819dd 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1425,6 +1425,7 @@ first backend that could register the file is used." (let ((vc-handled-backends (list backend))) (call-interactively 'vc-register))) +;;;###autoload (defun vc-ignore (file &optional directory remove) "Ignore FILE under the VCS of DIRECTORY. |