# HG changeset patch # User Stefan Monnier # Date 1241496165 0 # Node ID ce30850e6e3f9e76e21ebbd5f7362bba33e8ffb6 # Parent fb8bf24d2eb96bd0fe4c1e328f545593dd03dd85 (vc-delete-file): Add autoload cookie (bug#3209). diff -r fb8bf24d2eb9 -r ce30850e6e3f lisp/ChangeLog --- a/lisp/ChangeLog Tue May 05 01:23:41 2009 +0000 +++ b/lisp/ChangeLog Tue May 05 04:02:45 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-05 Stefan Monnier + + * vc.el (vc-delete-file): Add autoload cookie (bug#3209). + 2009-05-04 Miles Bader * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string diff -r fb8bf24d2eb9 -r ce30850e6e3f lisp/vc.el --- a/lisp/vc.el Tue May 05 01:23:41 2009 +0000 +++ b/lisp/vc.el Tue May 05 04:02:45 2009 +0000 @@ -2138,6 +2138,7 @@ (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: ")