summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-05-05 04:02:45 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-05-05 04:02:45 +0000
commit97355c3832df985233437b4b356568aa2ccf7cde (patch)
treed578c7ccfe77b321d1f53cce1834d5bf3cdcb886 /lisp/vc.el
parenta6e754b68e156677b2441e8eda26a850ad4b2749 (diff)
(vc-delete-file): Add autoload cookie (bug#3209).
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el1
1 files changed, 1 insertions, 0 deletions
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: ")