(vc-delete-file): Add autoload cookie (bug#3209).

This commit is contained in:
Stefan Monnier 2009-05-05 04:02:45 +00:00
parent a6e754b68e
commit 97355c3832
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-delete-file): Add autoload cookie (bug#3209).
2009-05-04 Miles Bader <miles@gnu.org>
* emacs-lisp/bindat.el (bindat-pack): Allocate and set a string

View 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: ")