comparison lisp/ChangeLog @ 84586:3048d1b37570

(vc-process-sentinel): New function. (vc-exec-after): Use it instead of using ugly hackish analysis and construction of Elisp code. (vc-sentinel-movepoint): New dynamically scoped var. (vc-print-log, vc-annotate): Set it to move the user's point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 15 Sep 2007 22:25:55 +0000
parents 1c7fc1a1f0b9
children c394c5c0055a
comparison
equal deleted inserted replaced
84585:da12600035f6 84586:3048d1b37570
1 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-process-sentinel): New function.
4 (vc-exec-after): Use it instead of using ugly hackish analysis and
5 construction of Elisp code.
6 (vc-sentinel-movepoint): New dynamically scoped var.
7 (vc-print-log, vc-annotate): Set it to move the user's point.
2 8
3 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and 9 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4 inhibit-modification-hooks. 10 inhibit-modification-hooks.
5 11
6 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo. 12 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.