changeset 103153:ce30850e6e3f

(vc-delete-file): Add autoload cookie (bug#3209).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 05 May 2009 04:02:45 +0000
parents fb8bf24d2eb9
children 276b0724ed86
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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: ")