diff options
| author | Dan Nicolaescu | 2010-03-19 18:03:39 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-19 18:03:39 -0700 |
| commit | 605f35cdaa7bdd248b528173f060d4ffae1a77a2 (patch) | |
| tree | 1db4eb3857621dd7e17cf16db22e2d0196971dde /doc | |
| parent | aed71cf417ed73a53e1931d94d109070b3ed1041 (diff) | |
| download | emacs-605f35cdaa7bdd248b528173f060d4ffae1a77a2.tar.gz emacs-605f35cdaa7bdd248b528173f060d4ffae1a77a2.zip | |
Remove non-working support for lynxos 3.0.
* s/lynxos.h: Remove file.
* unexec.c (unexec, adjust_lnnoptrs): Do not depend on
COFF_BSD_SYMBOLS, nothing defines it anymore.
* os.texi (System Environment): Do not mention lynxos.
* configure.in: Remove non-working lynxos port.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c78a7eec77d..1ffd3f182e9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * os.texi (System Environment): Do not mention lynxos. | ||
| 4 | |||
| 1 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Branch for 23.2. | 7 | * Branch for 23.2. |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index b0c241cf918..9fbc51ae12f 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -786,9 +786,6 @@ Hewlett-Packard HPUX operating system. | |||
| 786 | @item irix | 786 | @item irix |
| 787 | Silicon Graphics Irix system. | 787 | Silicon Graphics Irix system. |
| 788 | 788 | ||
| 789 | @item lynxos 3.0.1 | ||
| 790 | LynxOS-3.0.1. | ||
| 791 | |||
| 792 | @item ms-dos | 789 | @item ms-dos |
| 793 | Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for | 790 | Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for |
| 794 | MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on | 791 | MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on |