From 97355c3832df985233437b4b356568aa2ccf7cde Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 5 May 2009 04:02:45 +0000 Subject: [PATCH] (vc-delete-file): Add autoload cookie (bug#3209). --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 1 + 2 files changed, 5 insertions(+) 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: ") -- 2.39.5