# HG changeset patch # User Dan Nicolaescu # Date 1201451469 0 # Node ID f1f0d8b05c529b042a60b0920b1299546c2090d8 # Parent 3611478abf21432923447e8096034a925391c15f Add TODO item about not defaulting to RCS. diff -r 3611478abf21 -r f1f0d8b05c52 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 27 16:20:57 2008 +0000 +++ b/lisp/ChangeLog Sun Jan 27 16:31:09 2008 +0000 @@ -5,6 +5,8 @@ 2008-01-27 Dan Nicolaescu + * vc.el: Add TODO item about not defaulting to RCS. + * server.el (server-process-filter): Check for non-nil before calling file-directory-p. diff -r 3611478abf21 -r f1f0d8b05c52 lisp/vc.el --- a/lisp/vc.el Sun Jan 27 16:20:57 2008 +0000 +++ b/lisp/vc.el Sun Jan 27 16:31:09 2008 +0000 @@ -566,6 +566,9 @@ ;; ;; - "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: