aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-21 20:37:20 -0700
committerGlenn Morris2010-10-21 20:37:20 -0700
commit5fb59edbdd2a47471ff66a8b5cc326ae1bda25ba (patch)
treedf386103d59be453fe6fc56ca524b8bd374b5404
parente64ae4e80a62a4bfe7451c99c52359c07b8f9fc0 (diff)
downloademacs-5fb59edbdd2a47471ff66a8b5cc326ae1bda25ba.tar.gz
emacs-5fb59edbdd2a47471ff66a8b5cc326ae1bda25ba.zip
* src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
Remove ccl and duplicate mouse.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in8
2 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ecac971be19..1b1de29a0f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-10-22 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
4 Remove ccl and duplicate mouse.
5
12010-10-21 Chong Yidong <cyd@stupidchicken.com> 62010-10-21 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * insdel.c (prepare_to_modify_buffer): Don't set 8 * insdel.c (prepare_to_modify_buffer): Don't set
diff --git a/src/Makefile.in b/src/Makefile.in
index 0437b0087aa..87abc9ea734 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
1# src/Makefile for GNU Emacs.
1 2
2# Makefile for GNU Emacs.
3# Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, 3# Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
4# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 4# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
@@ -575,18 +575,18 @@ shortlisp= \
575 575
576## Like $shortlisp, but includes only those files from $lisp that are loaded 576## Like $shortlisp, but includes only those files from $lisp that are loaded
577## conditionally (i.e., only on some platforms). 577## conditionally (i.e., only on some platforms).
578## Confusingly, term/internal is not in loadup, but is unconditionally
579## loaded by pc-win, which is.
578SOME_MACHINE_LISP = ../lisp/mouse.elc \ 580SOME_MACHINE_LISP = ../lisp/mouse.elc \
579 ../lisp/select.elc ../lisp/scroll-bar.elc \ 581 ../lisp/select.elc ../lisp/scroll-bar.elc \
580 ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \ 582 ../lisp/ls-lisp.elc ../lisp/dos-fns.elc \
581 ../lisp/w32-fns.elc ../lisp/dos-w32.elc \ 583 ../lisp/w32-fns.elc ../lisp/dos-w32.elc \
582 ../lisp/disp-table.elc ../lisp/dos-vars.elc \ 584 ../lisp/disp-table.elc ../lisp/dos-vars.elc ../lisp/w32-vars.elc \
583 ../lisp/tooltip.elc ../lisp/image.elc \ 585 ../lisp/tooltip.elc ../lisp/image.elc \
584 ../lisp/fringe.elc ../lisp/dnd.elc \ 586 ../lisp/fringe.elc ../lisp/dnd.elc \
585 ../lisp/mwheel.elc ../lisp/tool-bar.elc \ 587 ../lisp/mwheel.elc ../lisp/tool-bar.elc \
586 ../lisp/x-dnd.elc ../lisp/dynamic-setting.elc \ 588 ../lisp/x-dnd.elc ../lisp/dynamic-setting.elc \
587 ../lisp/international/ccl.elc \
588 ../lisp/international/fontset.elc \ 589 ../lisp/international/fontset.elc \
589 ../lisp/mouse.elc \
590 ../lisp/term/common-win.elc \ 590 ../lisp/term/common-win.elc \
591 ../lisp/term/x-win.elc \ 591 ../lisp/term/x-win.elc \
592 ../lisp/term/pc-win.elc ../lisp/term/internal.elc \ 592 ../lisp/term/pc-win.elc ../lisp/term/internal.elc \