Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Oct 2010 00:48:26 +0000 (17:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Oct 2010 00:48:26 +0000 (17:48 -0700)
commit6a5c21753e3918152ca4abc50291d6e628e89f6c
treee334dec719c1dd3781835302e9aae2e5f728dc3e
parent5793a7bc13ed1d92dd70f48d952ca651c48a0fd3
Move ns-win.el's rather wacky menu adjustments to menu-bar.el.

* lisp/term/ns-win.el: Do not require easymenu.
(menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
<spell>: Move adjustments to menu-bar.el.
* lisp/menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
<separator-undo, spell>: Move ns-win's adjustments here.
* lisp/loadup.el [ns]: Do not load easymenu.

* src/Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
* lib-src/makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
lib-src/ChangeLog
lib-src/makefile.w32-in
lisp/ChangeLog
lisp/loadup.el
lisp/menu-bar.el
lisp/term/ns-win.el
src/ChangeLog
src/Makefile.in