diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-10 21:52:36 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-10 21:52:36 +0000 |
commit | 922320a9826753f2290d8d3cf8f96cbcb22934b7 (patch) | |
tree | 25b7bfe4613a19cb2d0bede39ac2107e19bb4df3 /lisp/vc-dispatcher.el | |
parent | d9a3d80e56e26f65ca3b35b242436a2b16dbf535 (diff) | |
download | emacs-922320a9826753f2290d8d3cf8f96cbcb22934b7.tar.gz |
(ewoc): Require.
Diffstat (limited to 'lisp/vc-dispatcher.el')
-rw-r--r-- | lisp/vc-dispatcher.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |