[BACK]Return to command.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/command.c between version 1.15 and 1.16

version 1.15, 2014/04/29 12:11:25 version 1.16, 2014/05/10 16:45:23
Line 1492 
Line 1492 
                         cmd_exec();                          cmd_exec();
                         save_hshift = hshift;                          save_hshift = hshift;
                         hshift = 0;                          hshift = 0;
                         (void) edit(HELPFILE);                          (void) edit(helpfile());
 #endif /* !SMALL */  #endif /* !SMALL */
                         break;                          break;
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16