]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp, shortlisp): Delete server.elc, it is not
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 28 Sep 2007 22:12:36 +0000 (22:12 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 28 Sep 2007 22:12:36 +0000 (22:12 +0000)
loaded by default.

src/ChangeLog
src/Makefile.in

index 7ed8e48a4ccde7c7da8e9cd3ab00b3bb9d6ee707..ac56b160c88ff345f0da88f4f8f00a72f5d912bd 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
+       loaded by default.
+
 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * term.c (Fgpm_mouse_start): Don't signal an error if already activated
index 372f6fead4f692bd6aa35cf34c0f912815e304bd..f5fc9e4ec3e701a43501b52963a19dc57dc08873 100644 (file)
@@ -729,7 +729,6 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS)
 lisp= \
        ${lispsource}abbrev.elc \
        ${lispsource}buff-menu.elc \
-       ${lispsource}server.elc \
        ${lispsource}button.elc \
        ${lispsource}emacs-lisp/byte-run.elc \
        ${lispsource}cus-face.elc \
@@ -829,7 +828,6 @@ lisp= \
 shortlisp= \
        ../lisp/abbrev.elc \
        ../lisp/buff-menu.elc \
-       ../lisp/server.elc \
        ../lisp/button.elc \
        ../lisp/emacs-lisp/byte-run.elc \
        ../lisp/cus-face.elc \