Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97355c38
Commit
97355c38
authored
May 05, 2009
by
Stefan Monnier
Browse files
(vc-delete-file): Add autoload cookie (bug#3209).
parent
a6e754b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc.el
lisp/vc.el
+1
-0
No files found.
lisp/ChangeLog
View file @
97355c38
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
...
...
lisp/vc.el
View file @
97355c38
...
...
@@ -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: "
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment