diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-02 05:31:04 -0500 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-02 05:31:04 -0500 |
| commit | e6fe301afe4bbc707d2fde44a5250b84418d2b1b (patch) | |
| tree | 90c79f8671aa6fbc122859e63a047455dee89e56 /lisp/vc/vc-hooks.el | |
| parent | 92411a0d2e8a78e2eb05fa26e8a9bd978d5e01fe (diff) | |
| download | emacs-e6fe301afe4bbc707d2fde44a5250b84418d2b1b.tar.gz | |
Another longstanding to-do: bind vc-delete-file.
Diffstat (limited to 'lisp/vc/vc-hooks.el')
| -rw-r--r-- | lisp/vc/vc-hooks.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index c4acef95e9e..61918c9886e 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -893,6 +893,7 @@ current, and kill the buffer that visits the link." (define-key map "=" 'vc-diff) (define-key map "D" 'vc-root-diff) (define-key map "~" 'vc-revision-other-window) + (define-key map "[delete]" 'vc-delete-file) map)) (fset 'vc-prefix-map vc-prefix-map) (define-key ctl-x-map "v" 'vc-prefix-map) |
