diff options
| author | Richard M. Stallman | 1995-11-20 22:04:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-20 22:04:22 +0000 |
| commit | 66182e61c654ec40d54d603177988cd7359fea9d (patch) | |
| tree | 6168d3d76fda4ffb4bb2d95e454e608cc826baf4 /lisp | |
| parent | c116ebd8b0273377d23984486e6bac8a3c50277d (diff) | |
| download | emacs-66182e61c654ec40d54d603177988cd7359fea9d.tar.gz emacs-66182e61c654ec40d54d603177988cd7359fea9d.zip | |
Require ediff-mult.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 23 | ;;; Code: | 23 | ;;; Code: |
| 24 | 24 | ||
| 25 | (require 'ediff-init) | 25 | (require 'ediff-init) |
| 26 | (require 'ediff-meta) | 26 | (require 'ediff-mult) |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | ;;; Functions | 29 | ;;; Functions |