]> git.eshelyaron.com Git - emacs.git/commitdiff
Add TODO item about not defaulting to RCS.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 27 Jan 2008 16:31:09 +0000 (16:31 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 27 Jan 2008 16:31:09 +0000 (16:31 +0000)
lisp/ChangeLog
lisp/vc.el

index 20478b7511cd960a48ebc8fa6034ffa8779160d5..c0eae49b68cddd0da9642e3fc9499124c1f1c8a2 100644 (file)
@@ -5,6 +5,8 @@
 
 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc.el: Add TODO item about not defaulting to RCS.
+
        * server.el (server-process-filter): Check for non-nil before
        calling file-directory-p.
 
index ce2123144918b60168f671d804910b43f8ce135f..102eeef0fbf2564fd3e7ca8b091a28bcf4e609fd 100644 (file)
 ;;
 ;; - "snapshots" should be renamed to "branches", and thoroughly reworked.
 ;;
+;; - do not default to RCS anymore when the current directory is not
+;;   controlled by any VCS and the user does C-x v v
+;;
 
 ;;; Code: