[gnu.emacs.bug] m-sequent.h works for symmetry also.

rich@oxtrap.UUCP (K. Richard Magill) (02/27/89)

Patches for documentation.

*** etc/MACHINES.dist	Sun Feb 26 12:06:17 1989
--- etc/MACHINES	Mon Feb 27 10:51:37 1989
***************
*** 403,412 ****
    Some old system versions may require you to define PYRAMID_OLD
    in when alloca.s is preprocessed, in order to define _longjmp and _setjmp.
  
! Sequent Balance (m-sequent.h; s-bsd4-2.h)
  
!   Emacs 18.51 should work on system version 3.0.  18.52 is said to work.
!   Delete some lines at the end of m-sequent.h for earlier system versions.
  
  SONY News-800 (m-news800.h; s-bsd4-2.h)
  
--- 403,417 ----
    Some old system versions may require you to define PYRAMID_OLD
    in when alloca.s is preprocessed, in order to define _longjmp and _setjmp.
  
! Sequent (m-sequent.h; s-bsd4-2.h)
  
!   For balance and symmetry.  Emacs 18.51 should work on system version
!   3.0.  18.5[23] is said to work.  If you are using X11, put:
! 
!     (set-input-mode nil nil)
! 
!   in your default.el. Delete some lines at the end of m-sequent.h for
!   earlier system versions.
  
  SONY News-800 (m-news800.h; s-bsd4-2.h)
  
*** src/m-sequent.h.dist	Thu May 19 16:38:09 1988
--- src/m-sequent.h	Tue Dec 27 19:29:59 1988
***************
*** 1,5 ****
! /* m- file for SEQUENT BALANCE machines
!    Copyright (C) 1985, 1986 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
! /* m- file for SEQUENT machines; BALANCE AND SYMMETRY
!    Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 19,25 ****
  and this notice must be preserved on all copies.  */
  
  
! /* NOTE: this file works for DYNIX release 2.0 
  	  (not tested on 1.3) on NS32000's */
  
  /* The following three symbols give information on
--- 19,28 ----
  and this notice must be preserved on all copies.  */
  
  
! /* NOTE: this file works for DYNIX release 2.0
!    as of 18.48, worked on dynix 2.1.1 - 3.0.4 (at least balance)
!    as of 18.50, worked on dynix 3.0.14. (at least balance)
!    as of 18.52, worked on dynix 1.0.12 symmetry.
  	  (not tested on 1.3) on NS32000's */
  
  /* The following three symbols give information on
***************
*** 57,62 ****
--- 60,66 ----
     are the ones defined so far.  */
  
  /* BTW: DYNIX defines sequent, ns32000, and ns16000 (GENIX compatibility) */
+ /* and a few other things for symmetry */
  #ifndef	sequent		/* pre DYNIX 2.1 releases */
  # define sequent
  #endif