]> code.delx.au - gnu-emacs/commitdiff
(vc-delete-file): Add autoload cookie (bug#3209).
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 May 2009 04:02:45 +0000 (04:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 May 2009 04:02:45 +0000 (04:02 +0000)
lisp/ChangeLog
lisp/vc.el

index 923ef10e32c6fd89c154b29e9e05d4f67f132339..bb0a60ec96229e4b751c0bbc1961995853048888 100644 (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
index 6d1242b7640b4f28fa7f5cfce215a6a53625e81a..77243192f7876160d8148314726856f69a045c07 100644 (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: ")