From: Richard M. Stallman Date: Mon, 20 Nov 1995 22:06:06 +0000 (+0000) Subject: Renamed from ediff-meta.el. Changed provide. X-Git-Tag: emacs-19.34~2253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb4daa018d29ef504eff43eccf0163391df0a9c1;p=emacs.git Renamed from ediff-meta.el. Changed provide. --- 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 @@ -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