mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
Renamed from ediff-meta.el. Changed provide.
This commit is contained in:
parent
530d2eb605
commit
eb4daa018d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue