aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 923ef10e32c..bb0a60ec962 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
4
12009-05-04 Miles Bader <miles@gnu.org> 52009-05-04 Miles Bader <miles@gnu.org>
2 6
3 * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string 7 * 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.
2138 (throw 'found f))) 2138 (throw 'found f)))
2139 (error "New file lacks a version control directory"))))) 2139 (error "New file lacks a version control directory")))))
2140 2140
2141;;;###autoload
2141(defun vc-delete-file (file) 2142(defun vc-delete-file (file)
2142 "Delete file and mark it as such in the version control system." 2143 "Delete file and mark it as such in the version control system."
2143 (interactive "fVC delete file: ") 2144 (interactive "fVC delete file: ")