1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

Add TODO item about not defaulting to RCS.

This commit is contained in:
Dan Nicolaescu 2008-01-27 16:31:09 +00:00
parent 2991e49f20
commit 3f08440f1d
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -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: