From 3f08440f1d8ff99145b1eb2868e06c129817e578 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 27 Jan 2008 16:31:09 +0000 Subject: [PATCH] Add TODO item about not defaulting to RCS. --- lisp/ChangeLog | 2 ++ lisp/vc.el | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20478b7511c..c0eae49b68c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc.el b/lisp/vc.el index ce212314491..102eeef0fbf 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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: -- 2.39.2