aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-09-28 22:12:36 +0000
committerDan Nicolaescu2007-09-28 22:12:36 +0000
commit3c81afd41579a1416f612b62ad051f7df41abc04 (patch)
treea689a780ab3a638fa7371c0609cd9722ea5cc4f0
parent0e2806fa7e416ccf7abcee708d5919eb52379a5e (diff)
downloademacs-3c81afd41579a1416f612b62ad051f7df41abc04.tar.gz
emacs-3c81afd41579a1416f612b62ad051f7df41abc04.zip
(lisp, shortlisp): Delete server.elc, it is not
loaded by default.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ed8e48a4cc..ac56b160c88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
4 loaded by default.
5
12007-09-28 Stefan Monnier <monnier@iro.umontreal.ca> 62007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * term.c (Fgpm_mouse_start): Don't signal an error if already activated 8 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
diff --git a/src/Makefile.in b/src/Makefile.in
index 372f6fead4f..f5fc9e4ec3e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -729,7 +729,6 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS)
729lisp= \ 729lisp= \
730 ${lispsource}abbrev.elc \ 730 ${lispsource}abbrev.elc \
731 ${lispsource}buff-menu.elc \ 731 ${lispsource}buff-menu.elc \
732 ${lispsource}server.elc \
733 ${lispsource}button.elc \ 732 ${lispsource}button.elc \
734 ${lispsource}emacs-lisp/byte-run.elc \ 733 ${lispsource}emacs-lisp/byte-run.elc \
735 ${lispsource}cus-face.elc \ 734 ${lispsource}cus-face.elc \
@@ -829,7 +828,6 @@ lisp= \
829shortlisp= \ 828shortlisp= \
830 ../lisp/abbrev.elc \ 829 ../lisp/abbrev.elc \
831 ../lisp/buff-menu.elc \ 830 ../lisp/buff-menu.elc \
832 ../lisp/server.elc \
833 ../lisp/button.elc \ 831 ../lisp/button.elc \
834 ../lisp/emacs-lisp/byte-run.elc \ 832 ../lisp/emacs-lisp/byte-run.elc \
835 ../lisp/cus-face.elc \ 833 ../lisp/cus-face.elc \