comparison src/misc1.c @ 13:c8b79e6953b5

*** empty log message ***
author shinobu
date Sun, 31 Aug 2008 15:10:53 +0900
parents bb64d8561b7b
children c16898406ff2
comparison
equal deleted inserted replaced
12:f0f9a028aa7c 13:c8b79e6953b5
2727 2727
2728 /* 2728 /*
2729 * Remote Editor 2729 * Remote Editor
2730 */ 2730 */
2731 if(rep_session_permit()){ 2731 if(rep_session_permit()){
2732 fprintf(stderr,"Call rep_register %d %d %d\n",lnum,lnume,xtra);
2733 rep_register(lnum,lnume,xtra); 2732 rep_register(lnum,lnume,xtra);
2734 } 2733 }
2735 2734
2736 /* mark the buffer as modified */ 2735 /* mark the buffer as modified */
2737 changed(); 2736 changed();