Mercurial > emacs
changeset 88030:f1f0d8b05c52
Add TODO item about not defaulting to RCS.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 27 Jan 2008 16:31:09 +0000 |
parents | 3611478abf21 |
children | b845e44b83f6 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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: