Mercurial > emacs
changeset 94045:ac3873b5653a
(vc-cvs-registered): Allow removed files to be
considered registered.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 12 Apr 2008 16:33:24 +0000 |
parents | eb58232228e8 |
children | 8208c3bf9e0d |
files | lisp/vc-cvs.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-cvs.el Sat Apr 12 16:31:58 2008 +0000 +++ b/lisp/vc-cvs.el Sat Apr 12 16:33:24 2008 +0000 @@ -179,8 +179,7 @@ (goto-char (point-min)) (cond ((re-search-forward - ;; CVS-removed files are not taken under VC control. - (concat "^/" (regexp-quote basename) "/[^/-]") nil t) + (concat "^/" (regexp-quote basename) "/[^/]") nil t) (beginning-of-line) (vc-cvs-parse-entry file) t)