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

Diff for /src/usr.bin/less/mark.c between version 1.4 and 1.5

version 1.4, 2003/04/13 18:26:26 version 1.5, 2003/04/14 14:33:57
Line 165 
Line 165 
 {  {
         struct scrpos scrpos;          struct scrpos scrpos;
   
         if (ch_getflags() & CH_HELPFILE)  
                 return;  
         get_scrpos(&scrpos);          get_scrpos(&scrpos);
         if (scrpos.pos == NULL_POSITION)          if (scrpos.pos == NULL_POSITION)
                 return;                  return;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5