diff lisp/ediff-hook.el @ 35411:be20c22dc16d

2001-01-19 Michael Kifer <kifer@cs.sunysb.edu> * viper.el: call initial-major-mode on startup. * ediff.el (ediff-patch-file): use better defaults. * ediff-vers.el: fix for 8+3 DOS file systems 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in diff mode, if available. 2001-01-19 Vin Shelton <acs@xemacs.org> * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button 2001-01-19 Steve Youngs <youngs@xemacs.org> * ediff-init.el (subst-char-in-string): Define and use it, unless it's already defined.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 19 Jan 2001 07:13:03 +0000
parents 4f315ca65976
children 7a94f1c588c4
line wrap: on
line diff
--- a/lisp/ediff-hook.el	Fri Jan 19 05:23:16 2001 +0000
+++ b/lisp/ediff-hook.el	Fri Jan 19 07:13:03 2001 +0000
@@ -62,8 +62,7 @@
 	  (add-submenu
 	   '("Tools") ediff-misc-menu "OO-Browser...")
 	  (add-menu-button
-	   '("Tools")
-	   ["-------" nil nil] "OO-Browser...")
+	   '("Tools") "-------" "OO-Browser...")
 	  ))))