=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/lsystem.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/less/lsystem.c 2015/11/09 16:39:13 1.15 --- src/usr.bin/less/lsystem.c 2015/11/09 16:46:43 1.16 *************** *** 52,58 **** * Close the current input file. */ save_ifile = save_curr_ifile(); ! (void) edit_ifile(NULL_IFILE); /* * De-initialize the terminal and take out of raw mode. --- 52,58 ---- * Close the current input file. */ save_ifile = save_curr_ifile(); ! (void) edit_ifile(NULL); /* * De-initialize the terminal and take out of raw mode.