Mercurial > emacs
diff lisp/ChangeLog @ 94854:4c35f4ccba9e
(vc-hooks, ewoc): Require.
(vc-log-edit, vc-buffer-sync): Declare for byte compiler.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 10 May 2008 19:21:30 +0000 |
parents | 1c9a3c7fa4f1 |
children | 9f97ae19a081 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 10 19:10:31 2008 +0000 +++ b/lisp/ChangeLog Sat May 10 19:21:30 2008 +0000 @@ -1,5 +1,8 @@ 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu> + * vc-dispatcher.el (vc-hooks, ewoc): Require. + (vc-log-edit, vc-buffer-sync): Declare for byte compiler. + * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if. 2008-05-10 Chong Yidong <cyd@stupidchicken.com>