changeset 94510:6bcc84306589

(vc-dir-mode-map): Don't bind "r".
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 01 May 2008 06:33:24 +0000
parents b24d68e95e4e
children 40171abb3041
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 01 01:25:24 2008 +0000
+++ b/lisp/ChangeLog	Thu May 01 06:33:24 2008 +0000
@@ -1,3 +1,7 @@
+2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc.el (vc-dir-mode-map): Don't bind "r".
+
 2008-05-01  John Paul Wallington  <jpw@pobox.com>
 
 	* ibuffer.el (ibuffer-last-sorting-mode): New variable.
--- a/lisp/vc.el	Thu May 01 01:25:24 2008 +0000
+++ b/lisp/vc.el	Thu May 01 06:33:24 2008 +0000
@@ -672,6 +672,9 @@
 ;; - vc-cvs-delete-file should not do a "cvs commit" immediately after
 ;;   removing the file.
 ;;
+;; - vc-delete-file should check if the file contains non-checked in
+;;   changes and warn about losing them.
+;;
 ;; - vc-create-snapshot and vc-retrieve-snapshot should update the
 ;;   buffers that might be visiting the affected files.
 
@@ -2985,7 +2988,6 @@
     (define-key map "x" 'vc-dir-hide-up-to-date)
     (define-key map "q" 'quit-window)
     (define-key map "g" 'vc-dir-refresh)
-    (define-key map "r" 'vc-dir-delete-file) ; like in PCL-CVS
     (define-key map "\C-c\C-c" 'vc-dir-kill-dir-status-process)
     ;; Does not work unless mouse sets point.  Functions like vc-dir-find-file
     ;; need to find the file from the mouse position, not `point'.