diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ediff-hook.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index c891407bee4..7c07303152b 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el @@ -64,7 +64,7 @@ '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser...") - ))) + )) (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] |