(vc-delete-file): Add autoload cookie (bug#3209).
This commit is contained in:
parent
a6e754b68e
commit
97355c3832
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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: ")
|
||||
|
|
Loading…
Add table
Reference in a new issue