=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/command.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/less/command.c 2014/04/25 13:38:21 1.13 +++ src/usr.bin/less/command.c 2014/04/26 05:58:43 1.14 @@ -56,7 +56,6 @@ extern int forw_prompt; extern int be_helpful; extern int less_is_more; -extern int quit_at_eof; #if SHELL_ESCAPE static char *shellcmd = NULL; /* For holding last shell command for "!!" */ @@ -1259,8 +1258,6 @@ * Forward forever, ignoring EOF. */ newaction = forw_loop(0); - if (less_is_more) - quit_at_eof = OPT_ON; break; case A_F_UNTIL_HILITE: