# HG changeset patch # User Michael Kifer # Date 813640373 0 # Node ID e0ee1eaaabc552ed14f9bbfc2ec22ca08a2d4084 # Parent bc4eeb585ff15921363fc6a92a88a8350f2223e4 Now defines [window] in menu-bar-ediff-menu. diff -r bc4eeb585ff1 -r e0ee1eaaabc5 lisp/ediff-hook.el --- a/lisp/ediff-hook.el Sat Oct 14 02:32:56 1995 +0000 +++ b/lisp/ediff-hook.el Sat Oct 14 03:12:53 1995 +0000 @@ -113,6 +113,8 @@ (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) ;; define ediff-menu + (define-key menu-bar-ediff-menu [window] + '("This Window And Next Window" . compare-windows)) (define-key menu-bar-ediff-menu [ediff-dir-revision] '("Directory Revisions ..." . ediff-directory-revisions)) (define-key menu-bar-ediff-menu [ediff-revision] @@ -183,7 +185,7 @@ ) ; cond -;; arrange foe autoloads +;; arrange for autoloads (if purify-flag () ; if dumping, autoloads are set up in loaddefs.el ;; if the user decides to load this file, set up autoloads @@ -260,10 +262,16 @@ "ediff" "Merge versions of files in a directory using other versions as ancestors" t) + + ;; misc (autoload 'ediff-show-registry "ediff-meta" "Display the registry of active Ediff sessions" t) + (autoload 'ediff-version + "ediff" + "Show Ediff's version and last modification date" + t) ) ; if purify-flag