comparison src/device-x.c @ 2116:ce294639d321

[xemacs-hg @ 2004-06-06 23:58:40 by adrian] xemacs-21.5: phrase duplication typo fixes for lisp and src -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * mule/ethio-util.el (ethio-sera-to-fidel-region): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl. * mule/mule-charset.el (make-translation-table): Ditto. 2004-06-07 Adrian Aichner <adrian@xemacs.org> * files.el (basic-save-buffer): Ditto. * lisp-mode.el (eval-interactive-verbose): Ditto. * newcomment.el (uncomment-region): Ditto. src/ChangeLog addition: 2004-06-07 Adrian Aichner <adrian@xemacs.org> * device-x.c (x_IO_error_handler): Phrase duplication typo fixes for typos found by xemacs-builds/adrian/typology/phrase-duplication-typo.pl.
author adrian
date Sun, 06 Jun 2004 23:58:46 +0000
parents 65a5016a896f
children 465941a61859
comparison
equal deleted inserted replaced
2115:204cd6005d9b 2116:ce294639d321
1182 Ibyte *errmess; 1182 Ibyte *errmess;
1183 GET_STRERROR (errmess, errno); 1183 GET_STRERROR (errmess, errno);
1184 warn_when_safe 1184 warn_when_safe
1185 (Qx, Qcritical, 1185 (Qx, Qcritical,
1186 "I/O Error %d (%s) on display connection\n" 1186 "I/O Error %d (%s) on display connection\n"
1187 " \"%s\" after after %lu requests (%lu known processed)\n" 1187 " \"%s\" after %lu requests (%lu known processed)\n"
1188 " with %d events remaining.\n" 1188 " with %d events remaining.\n"
1189 " Throwing to top level.\n", 1189 " Throwing to top level.\n",
1190 errno, errmess, DisplayString (disp), 1190 errno, errmess, DisplayString (disp),
1191 NextRequest (disp) - 1, LastKnownRequestProcessed (disp), 1191 NextRequest (disp) - 1, LastKnownRequestProcessed (disp),
1192 QLength (disp)); 1192 QLength (disp));