From: Eli Zaretskii Date: Tue, 30 Sep 2008 19:00:24 +0000 (+0000) Subject: (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. X-Git-Tag: emacs-pretest-23.0.90~2708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdeb0411a2fd52eb75cac953987b690a9f6d3011;p=emacs.git (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. --- diff --git a/src/ChangeLog b/src/ChangeLog index 46f93bf554e..2e9e11f6dd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-09-30 Eli Zaretskii + + * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc. + 2008-09-30 Chong Yidong * 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) #ifdef MSDOS #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ - ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \ - ${lispsource}international/ccl.elc ${lispsource}international/codepage.elc + ${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc #else #define MSDOS_SUPPORT @@ -867,7 +866,6 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ../lisp/mwheel.elc ../lisp/tool-bar.elc \ ../lisp/x-dnd.elc \ ../lisp/international/ccl.elc \ - ../lisp/international/codepage.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ ../lisp/term/x-win.elc \