comparison src/doc.c @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 677f6a0ee643
children c5d627a313b1
comparison
equal deleted inserted replaced
266:18d185df8c54 267:966663fcf606
921 921
922 if (NILP (tem)) 922 if (NILP (tem))
923 { 923 {
924 char boof[255], *b = boof; 924 char boof[255], *b = boof;
925 *b++ = '\n'; 925 *b++ = '\n';
926 /* #### This sprintf() is potentially dangerous! */
926 sprintf (b, GETTEXT ( 927 sprintf (b, GETTEXT (
927 "Uses keymap \"%s\", which is not currently defined."), 928 "Uses keymap \"%s\", which is not currently defined."),
928 (char *) XSTRING_DATA (Fsymbol_name (name))); 929 (char *) XSTRING_DATA (Fsymbol_name (name)));
929 b += strlen (b); 930 b += strlen (b);
930 *b++ = '\n'; 931 *b++ = '\n';