Mercurial > emacs
changeset 94544:aa5169cbd932
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 02 May 2008 08:12:59 +0000 |
parents | 135f7ef84766 |
children | d2fdb9cc1cc8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 07:47:18 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 08:12:59 2008 +0000 @@ -4,12 +4,12 @@ to prettify-state-info, in preparation for ripping out dired mode. * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive to prettify-state-info, in preparation for ripping out dired mode. - * vc-hooks.el (vc-toggle-read-only): Throw an error when a user - tries this on a version-controlled buffer. it will do useless or + * vc-hooks.el (vc-toggle-read-only): Throw an error when a user + tries this on a version-controlled buffer. It will do useless or actively bad things on any version control system newer than RCS. - * vc-hooks.el (vc-dired-resynch-file), - vc.el (vc-dired-resynch-file): Change name of primitive to - vc-directory-resynch-file, preoaring to remove dired. + * vc-hooks.el (vc-dired-resynch-file): + * vc.el (vc-dired-resynch-file): Change name of primitive to + vc-directory-resynch-file, preparing to remove dired. 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>