aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-09-30 19:00:24 +0000
committerEli Zaretskii2008-09-30 19:00:24 +0000
commitbdeb0411a2fd52eb75cac953987b690a9f6d3011 (patch)
treec0e69a63550adbe7a1ddc240a7ce8c8eb7de640e
parent56eb03e83192bf0e7049789b6f377d8a7254954e (diff)
downloademacs-bdeb0411a2fd52eb75cac953987b690a9f6d3011.tar.gz
emacs-bdeb0411a2fd52eb75cac953987b690a9f6d3011.zip
(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46f93bf554e..2e9e11f6dd4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-09-30 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
4
12008-09-30 Chong Yidong <cyd@stupidchicken.com> 52008-09-30 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xdisp.c (move_it_to): Don't advance the iterator if the last tab 7 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
diff --git a/src/Makefile.in b/src/Makefile.in
index 9f2cbfd2724..64d992f41c0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -626,8 +626,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS)
626 626
627#ifdef MSDOS 627#ifdef MSDOS
628#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ 628#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
629 ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \ 629 ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc
630 ${lispsource}international/ccl.elc ${lispsource}international/codepage.elc
631 630
632#else 631#else
633#define MSDOS_SUPPORT 632#define MSDOS_SUPPORT
@@ -867,7 +866,6 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
867 ../lisp/mwheel.elc ../lisp/tool-bar.elc \ 866 ../lisp/mwheel.elc ../lisp/tool-bar.elc \
868 ../lisp/x-dnd.elc \ 867 ../lisp/x-dnd.elc \
869 ../lisp/international/ccl.elc \ 868 ../lisp/international/ccl.elc \
870 ../lisp/international/codepage.elc \
871 ../lisp/international/fontset.elc \ 869 ../lisp/international/fontset.elc \
872 ../lisp/mouse.elc \ 870 ../lisp/mouse.elc \
873 ../lisp/term/x-win.elc \ 871 ../lisp/term/x-win.elc \