diff options
Diffstat (limited to 'lisp')
-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 |