[comp.emacs] Correction

WCSWR@CARLETON.BITNET (Walter Roberson) (01/14/88)

By the Bells! Some meddlesome daemon hath destorted the image of mine
weapons! It hath caused to be removed the square-braces exunt, and hath
deposited nothing to the left, and a broken bar to the right.
Observeth, then, the following image, altered as it hath been to those
symbols immutable:

line.c:
541c541
<       kbufp->d_chunk(.kused++.) = (char) c;
                      !!       !!
                      left &   right square brace
---
>       kbufp->d_chunk(.kused.) = (char) c; kused++;
                      !!     !!
                      left & right square brace

display.c
156,157c156,157
<     while (vtcol < term.t_ncol)
<         vp->v_text(.vtcol++.) = ' ';
                    !!       !!
                    left &   right-square brace
---
>     for ( ; vtcol < term.t_ncol; vtcol++ )
>         vp->v_text(.vtcol.) = ' ';
                    !!     !!
                    left & right square brace


   Unensorcelledly yours,

   Sir Walter Roberson, Order of the n.log(n), and
                        Knight of the Lambda Calculas.

                        <WCSWR@CARLETON.BITNET> (preferred)
                        <apsimon.cascade.carleton.cdn> (most reliable)