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 /mac | |
| 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 'mac')
| -rw-r--r-- | mac/makefile.MPW | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 063e63e1759..a398f63a925 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -1017,6 +1017,7 @@ LispSource = ¶ | |||
| 1017 | {Lisp}international:codepage.elc ¶ | 1017 | {Lisp}international:codepage.elc ¶ |
| 1018 | {Lisp}abbrev.elc ¶ | 1018 | {Lisp}abbrev.elc ¶ |
| 1019 | {Lisp}buff-menu.elc ¶ | 1019 | {Lisp}buff-menu.elc ¶ |
| 1020 | {Lisp}server.elc ¶ | ||
| 1020 | {Lisp}byte-run.elc ¶ | 1021 | {Lisp}byte-run.elc ¶ |
| 1021 | {Lisp}cus-start.el ¶ | 1022 | {Lisp}cus-start.el ¶ |
| 1022 | {Lisp}custom.elc ¶ | 1023 | {Lisp}custom.elc ¶ |