aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-16 18:06:52 +0000
committerAndreas Schwab2008-07-16 18:06:52 +0000
commit720f31474d2a5dd905c30c5fde6cbffccf9b19ea (patch)
tree2e9077802311599bc8a2c2129834eade2c72ef5b
parent8ee4117341797b62830c474838c376a3ca7d0a5e (diff)
downloademacs-720f31474d2a5dd905c30c5fde6cbffccf9b19ea.tar.gz
emacs-720f31474d2a5dd905c30c5fde6cbffccf9b19ea.zip
(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
of easymenu.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b15dfb30754..0eb8fc0b253 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-07-16 Andreas Schwab <schwab@suse.de>
2
3 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
4 of easymenu.
5
12008-07-16 Chong Yidong <cyd@stupidchicken.com> 62008-07-16 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * xdisp.c (move_it_in_display_line): Account for word wrap, so 8 * xdisp.c (move_it_in_display_line): Account for word wrap, so
diff --git a/src/Makefile.in b/src/Makefile.in
index 1e13c916cee..8f2c2f8805f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -899,9 +899,8 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
899 ../lisp/mouse.elc \ 899 ../lisp/mouse.elc \
900 ../lisp/term/x-win.elc \ 900 ../lisp/term/x-win.elc \
901 ../lisp/term/ns-win.elc \ 901 ../lisp/term/ns-win.elc \
902 ../lisp/emacs-lisp/easy-mmode.elc \
903 ../lisp/ns-carbon-compat.elc \ 902 ../lisp/ns-carbon-compat.elc \
904 ../lisp/emacs-lisp/easy-menu.elc 903 ../lisp/emacs-lisp/easymenu.elc
905 904
906/* Construct full set of libraries to be linked. 905/* Construct full set of libraries to be linked.
907 Note that SunOS needs -lm to come before -lc; otherwise, you get 906 Note that SunOS needs -lm to come before -lc; otherwise, you get