comparison src/pager.cc @ 3176:fccab8e7d35f

[project @ 1998-05-18 20:33:31 by jwe]
author jwe
date Mon, 18 May 1998 20:33:42 +0000
parents 5708b8bb4f06
children 98d0ee053ba4
comparison
equal deleted inserted replaced
3175:096940972434 3176:fccab8e7d35f
382 write_to_diary_file = false; 382 write_to_diary_file = false;
383 } 383 }
384 else 384 else
385 { 385 {
386 diary_file = arg; 386 diary_file = arg;
387 write_to_diary_file = true;
387 open_diary_file (); 388 open_diary_file ();
388 } 389 }
389 } 390 }
390 break; 391 break;
391 392