1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
emacs/lib-src
Glenn Morris 6a5c21753e 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.
2010-10-24 17:48:26 -07:00
..
.gitignore * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
ChangeLog Move ns-win.el's rather wacky menu adjustments to menu-bar.el. 2010-10-24 17:48:26 -07:00
COPYING
ebrowse.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
emacsclient.c Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
etags.c Add more xz compression support. 2010-09-25 14:42:48 -07:00
fakemail.c Fix -Wwrite-strings warnings in fakemail.c. 2010-08-11 11:16:35 +02:00
getopt.c
getopt1.c
getopt_.h
getopt_int.h
gettext.h
grep-changelog Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hexl.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
make-docfile.c Fix compilation warnings. 2010-10-03 16:35:22 -07:00
Makefile.in Replace digest-doc and sorted-doc C programs with Lisp commands. 2010-10-22 19:46:06 -07:00
makefile.w32-in Move ns-win.el's rather wacky menu adjustments to menu-bar.el. 2010-10-24 17:48:26 -07:00
movemail.c Fix compilation warnings. 2010-10-03 16:35:22 -07:00
ntlib.c Convert some more functions to standard C. 2010-07-20 22:21:03 +02:00
ntlib.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
pop.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
pop.h Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
profile.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
rcs-checkin Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcs2log Set copyright year to 2010. 2010-01-10 23:51:51 -08:00
README
test-distrib.c Fix compilation warnings. 2010-10-03 16:35:22 -07:00
testfile
update-game-score.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
vcdiff Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.