From 922320a9826753f2290d8d3cf8f96cbcb22934b7 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 10 May 2008 21:52:36 +0000 Subject: [PATCH] (ewoc): Require. --- lisp/ChangeLog | 2 +- lisp/vc-dispatcher.el | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b58775e6396..b733874b896 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,6 @@ 2008-05-10 Dan Nicolaescu - * vc-dispatcher.el (vc-hooks, ewoc): Require. + * vc-dispatcher.el (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. diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index dd79b555cf6..6bb9b873f64 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -120,7 +120,6 @@ ;; - vc-dir-menu-map-filter hook call needs to be moved to vc.el. ;; -(require 'vc-hooks) (require 'ewoc) (eval-when-compile -- 2.39.5