Mercurial > hg > xemacs-beta
comparison src/cmds.c @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | 3d6bfa290dbd |
children | 0e522484dd2a |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
152 This function does not move point. | 152 This function does not move point. |
153 */ | 153 */ |
154 (arg, buffer)) | 154 (arg, buffer)) |
155 { | 155 { |
156 struct buffer *b = decode_buffer (buffer, 1); | 156 struct buffer *b = decode_buffer (buffer, 1); |
157 register int orig, end; | 157 REGISTER int orig, end; |
158 | 158 |
159 XSETBUFFER (buffer, b); | 159 XSETBUFFER (buffer, b); |
160 if (NILP (arg)) | 160 if (NILP (arg)) |
161 arg = make_int (1); | 161 arg = make_int (1); |
162 else | 162 else |