diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:06:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-20 22:06:06 +0000 |
commit | 205dc4753d7eaf2ebedc346c78a2b0ce96843ca2 (patch) | |
tree | 594d160fbd473a8befc3a7c294888c2e5f442d0d /lisp/ediff-mult.el | |
parent | c649a1186da13e5b65c5706d19c6302dd3a24f81 (diff) | |
download | emacs-205dc4753d7eaf2ebedc346c78a2b0ce96843ca2.tar.gz |
Renamed from ediff-meta.el. Changed provide.
Diffstat (limited to 'lisp/ediff-mult.el')
-rw-r--r-- | lisp/ediff-mult.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index 5d22b29df7a..1a74d9aaa9f 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el @@ -1,4 +1,4 @@ -;;; ediff-meta.el --- support for multi-file/multi-buffer processing in Ediff +;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff ;;; Copyright (C) 1995 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.sunysb.edu> @@ -1409,7 +1409,7 @@ If this is a session registry buffer then just bury it." ;;; eval: (put 'ediff-eval-in-buffer 'lisp-indent-hook 1) ;;; End: -(provide 'ediff-meta) +(provide 'ediff-mult) (require 'ediff-util) -;;; ediff-meta.el ends here +;;; ediff-mult.el ends here |