comparison src/print.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 68cd0dabfce7
children 49918d6c6dda
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
126 while (*gp) 126 while (*gp)
127 *str++ = *gp++ & 0377; 127 *str++ = *gp++ & 0377;
128 } 128 }
129 #endif 129 #endif
130 130
131 /* Low level output routines for charaters and strings */ 131 /* Low level output routines for characters and strings */
132 132
133 /* Lisp functions to do output using a stream 133 /* Lisp functions to do output using a stream
134 must have the stream in a variable called printcharfun 134 must have the stream in a variable called printcharfun
135 and must start with PRINTPREPARE and end with PRINTFINISH. 135 and must start with PRINTPREPARE and end with PRINTFINISH.
136 Use PRINTCHAR to output one character, 136 Use PRINTCHAR to output one character,