Mercurial > emacs
changeset 32062:3c0a00f2233a
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 02 Oct 2000 03:48:38 +0000 |
parents | cdfabbe10a24 |
children | 3fb2a3b13c5e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 02 03:46:26 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 02 03:48:38 2000 +0000 @@ -1,3 +1,11 @@ +2000-10-02 Miles Bader <miles@lsi.nec.co.jp> + + * diff-mode.el (diff-goto-source): Emit a status message. + (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'. + (diff-test-hunk): Make the return value agree with the doc string. + (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'. + (diff-advance-after-apply-hunk): New variable. + 2000-10-01 Stefan Monnier <monnier@cs.yale.edu> * vc.el (vc-editable-p): Minor optimization.