diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-11-01 01:46:51 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-11-01 01:46:51 +0000 |
commit | c7f0db1d9568574c957ad7ac4d9946e3c0d02d9b (patch) | |
tree | 41fb9ebabdd58c293bc42a74eb8d7ffb911e6c40 /lisp/ediff-hook.el | |
parent | b7a109a26b62625acdfb1fa2fb218eafd4828ecc (diff) | |
download | emacs-c7f0db1d9568574c957ad7ac4d9946e3c0d02d9b.tar.gz |
new version
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r-- | lisp/ediff-hook.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index eb8f6e8c453..0d412d4d40f 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el @@ -126,10 +126,11 @@ )) ;; put these menus before Object-Oriented-Browser in Tools menu - (add-hook 'before-init-hook 'ediff-xemacs-init-menus) - (if (not purify-flag) - (ediff-xemacs-init-menus)) - ) +;; (add-hook 'before-init-hook 'ediff-xemacs-init-menus) +;; (if (not purify-flag) +;; (ediff-xemacs-init-menus)) +;; ) + (ediff-xemacs-init-menus)) ;; Emacs--only if menu-bar is loaded ((featurep 'menu-bar) |