comparison src/cmds.c @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 6330739388db
children 8626e4521993
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
113 (arg, buffer)) 113 (arg, buffer))
114 { 114 {
115 struct buffer *buf = decode_buffer (buffer, 1); 115 struct buffer *buf = decode_buffer (buffer, 1);
116 Bufpos pos2 = BUF_PT (buf); 116 Bufpos pos2 = BUF_PT (buf);
117 Bufpos pos; 117 Bufpos pos;
118 int count, shortage, negp; 118 EMACS_INT count, shortage, negp;
119 119
120 if (NILP (arg)) 120 if (NILP (arg))
121 count = 1; 121 count = 1;
122 else 122 else
123 { 123 {