]> code.delx.au - gnu-emacs/blobdiff - lisp/vc.el
(vc-delete-file): Add autoload cookie (bug#3209).
[gnu-emacs] / lisp / vc.el
index 6d1242b7640b4f28fa7f5cfce215a6a53625e81a..77243192f7876160d8148314726856f69a045c07 100644 (file)
@@ -2138,6 +2138,7 @@ backend to NEW-BACKEND, and unregister FILE from the current backend.
              (throw 'found f)))
        (error "New file lacks a version control directory")))))
 
+;;;###autoload
 (defun vc-delete-file (file)
   "Delete file and mark it as such in the version control system."
   (interactive "fVC delete file: ")