diff options
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r-- | lisp/ediff-hook.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index fb33c80ee6e..c44282f33a1 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el @@ -154,9 +154,8 @@ (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) - ;; Emacs--only if menu-bar is loaded - (if (featurep 'menu-bar) - (progn + ;; Emacs + (progn ;; initialize menu bar keymaps (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) @@ -251,8 +250,6 @@ '("Customize Ediff" . ediff-customize)) (define-key menu-bar-ediff-misc-menu [ediff-doc] '("Ediff Manual" . ediff-documentation)) - ) - ) ; emacs case ) ; ediff-cond-compile-for-xemacs-or-emacs |