From: Dan Nicolaescu Date: Mon, 31 Mar 2008 16:08:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6741 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/c1471ef8c48ceff449548a9f59ccdbb3bf542a62 *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60992a89e4..7481dafc1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,12 @@ 2008-03-31 Dan Nicolaescu - * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons. + * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons. (vc-status-mark-buffer-changed): Handle the extra field. * vc-bzr.el (vc-bzr-after-dir-status): * vc-cvs.el (vc-cvs-after-dir-status): * vc-hg.el (vc-hg-after-dir-status): - * vc-svn.el (vc-svn-after-dir-status): Return a list not a cons. + * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons. 2008-03-31 Stefan Monnier