comparison src/sunfns.c @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
297 n = fread(cp, sizeof(char), sel->sel_items, file); 297 n = fread(cp, sizeof(char), sel->sel_items, file);
298 if (n > sel->sel_items) { 298 if (n > sel->sel_items) {
299 error("fread botch in sel_read"); 299 error("fread botch in sel_read");
300 return(-1); 300 return(-1);
301 } else if (n < 0) { 301 } else if (n < 0) {
302 error("Error reading selection."); 302 error("Error reading selection");
303 return(-1); 303 return(-1);
304 } 304 }
305 /* 305 /*
306 * The shelltool select saves newlines as carriage returns, 306 * The shelltool select saves newlines as carriage returns,
307 * but emacs wants newlines. 307 * but emacs wants newlines.
511 defsubr(&Ssun_change_cursor_icon); 511 defsubr(&Ssun_change_cursor_icon);
512 defsubr(&Ssun_set_selection); 512 defsubr(&Ssun_set_selection);
513 defsubr(&Ssun_get_selection); 513 defsubr(&Ssun_get_selection);
514 defsubr(&Ssun_menu_internal); 514 defsubr(&Ssun_menu_internal);
515 } 515 }
516
517 /* arch-tag: 2d7decb7-58f6-41aa-b45b-077ccfab7158
518 (do not change this comment) */