comparison src/redisplay-x.c @ 3909:3d2a9b62e044

[xemacs-hg @ 2007-04-16 14:22:39 by stephent] oops ... this is the intended commit. <871wikv1c5.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Mon, 16 Apr 2007 14:22:52 +0000
parents 7bde3a686fda
children 11daf37dae4d
comparison
equal deleted inserted replaced
3908:fbf99e041050 3909:3d2a9b62e044
143 run_storage[0].ptr = text_storage; 143 run_storage[0].ptr = text_storage;
144 run_storage[0].len = len; 144 run_storage[0].len = len;
145 run_storage[0].dimension = 1; 145 run_storage[0].dimension = 1;
146 run_storage[0].charset = Qnil; 146 run_storage[0].charset = Qnil;
147 147
148 memcpy (text_storage, str, len); 148 while (len--)
149 *text_storage++ = *str++;
149 return 1; 150 return 1;
150 } 151 }
151 #endif 152 #endif
152 153
153 #if defined(USE_XFT) && !defined(MULE) 154 #if defined(USE_XFT) && !defined(MULE)