From: Dan Nicolaescu Date: Sun, 27 Jan 2008 16:31:09 +0000 (+0000) Subject: Add TODO item about not defaulting to RCS. X-Git-Tag: emacs-pretest-23.0.90~8367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f08440f1d8ff99145b1eb2868e06c129817e578;p=emacs.git Add TODO item about not defaulting to RCS. --- 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: