From: Dan Nicolaescu Date: Fri, 28 Sep 2007 22:12:36 +0000 (+0000) Subject: (lisp, shortlisp): Delete server.elc, it is not X-Git-Tag: emacs-pretest-23.0.90~10582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c81afd41579a1416f612b62ad051f7df41abc04;p=emacs.git (lisp, shortlisp): Delete server.elc, it is not loaded by default. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7ed8e48a4cc..ac56b160c88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-09-28 Dan Nicolaescu + + * Makefile.in (lisp, shortlisp): Delete server.elc, it is not + loaded by default. + 2007-09-28 Stefan Monnier * 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) 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 \