diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:04:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:04:22 +0000 |
commit | 66182e61c654ec40d54d603177988cd7359fea9d (patch) | |
tree | 6168d3d76fda4ffb4bb2d95e454e608cc826baf4 /lisp/ediff-util.el | |
parent | c116ebd8b0273377d23984486e6bac8a3c50277d (diff) | |
download | emacs-66182e61c654ec40d54d603177988cd7359fea9d.tar.gz |
Require ediff-mult.
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r-- | lisp/ediff-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index 41cdd8ca02a..47f9c57c722 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el @@ -23,7 +23,7 @@ ;;; Code: (require 'ediff-init) -(require 'ediff-meta) +(require 'ediff-mult) ;;; Functions |