diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-14 18:58:17 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-14 18:58:17 +0000 |
commit | 732f3104dc26b8b060205df6eded2e72594dbe7c (patch) | |
tree | f561fafb297eb687857114da56986863fe5d092a /lisp/ediff-hook.el | |
parent | 7fffdc92d65cb53cfbb3e5424dace1d17982a511 (diff) | |
download | emacs-732f3104dc26b8b060205df6eded2e72594dbe7c.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/ediff-hook.el')
-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] |