>>>> "Lev" == Levent N Atasoy
<Levent.Atasoy(a)macsch.com> writes:
Lev> The ediff help still says ediff menus are supposed to appear under the
Lev> Tools menu: Compare, Merge, and Apply Patch. I can't see the menus in
Lev> V21 even after loading ediff.
until something better comes along, putting this in your .emacs should help.
(require 'ediff-hook)
(add-hook 'ediff-load-hook 'ediff-xemacs-init-menus)
(require 'ediff)