diff options
| author | Karoly Lorentey | 2004-05-18 19:58:00 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-05-18 19:58:00 +0000 |
| commit | 35dfa9b69ea92e3383a5dd325e54fa05e469cc1c (patch) | |
| tree | 0e12c3df740fde7758a8dd646f7028c3949fe53e /src | |
| parent | c23670f81e059ebe645c88575f4ddfa67f26bf6b (diff) | |
| download | emacs-35dfa9b69ea92e3383a5dd325e54fa05e469cc1c.tar.gz emacs-35dfa9b69ea92e3383a5dd325e54fa05e469cc1c.zip | |
Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
lisp/loadup.el: Unconditionally preload server.
lisp/server.el: Change server-getenv to a simple defun.
src/Makefile.in (lisp, shortlisp): Added server.elc.
mac/makefile.MPW (LispSource): Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-164
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 30dbc9df0cf..15cc8003e59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -699,6 +699,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 699 | lisp= \ | 699 | lisp= \ |
| 700 | ${lispsource}abbrev.elc \ | 700 | ${lispsource}abbrev.elc \ |
| 701 | ${lispsource}buff-menu.elc \ | 701 | ${lispsource}buff-menu.elc \ |
| 702 | ${lispsource}server.elc \ | ||
| 702 | ${lispsource}button.elc \ | 703 | ${lispsource}button.elc \ |
| 703 | ${lispsource}emacs-lisp/byte-run.elc \ | 704 | ${lispsource}emacs-lisp/byte-run.elc \ |
| 704 | ${lispsource}cus-face.elc \ | 705 | ${lispsource}cus-face.elc \ |
| @@ -791,6 +792,7 @@ lisp= \ | |||
| 791 | shortlisp= \ | 792 | shortlisp= \ |
| 792 | ../lisp/abbrev.elc \ | 793 | ../lisp/abbrev.elc \ |
| 793 | ../lisp/buff-menu.elc \ | 794 | ../lisp/buff-menu.elc \ |
| 795 | ../lisp/server.elc \ | ||
| 794 | ../lisp/button.elc \ | 796 | ../lisp/button.elc \ |
| 795 | ../lisp/emacs-lisp/byte-run.elc \ | 797 | ../lisp/emacs-lisp/byte-run.elc \ |
| 796 | ../lisp/cus-face.elc \ | 798 | ../lisp/cus-face.elc \ |