From: Stefan Monnier Date: Tue, 5 May 2009 04:02:45 +0000 (+0000) Subject: (vc-delete-file): Add autoload cookie (bug#3209). X-Git-Tag: emacs-pretest-23.0.94~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97355c3832df985233437b4b356568aa2ccf7cde;p=emacs.git (vc-delete-file): Add autoload cookie (bug#3209). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 923ef10e32c..bb0a60ec962 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc.el b/lisp/vc.el index 6d1242b7640..77243192f78 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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: ")