/[emacs]/emacs/src/intervals.c
ViewVC logotype

Diff of /emacs/src/intervals.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.127 by teirllm, Thu May 20 17:29:57 2004 UTC revision 1.128 by rms, Mon Aug 16 22:52:29 2004 UTC
# Line 2275  move_if_not_intangible (position) Line 2275  move_if_not_intangible (position)
2275            pos = Fnext_char_property_change (pos, Qnil);            pos = Fnext_char_property_change (pos, Qnil);
2276    
2277      }      }
2278      else if (position < BEGV)
2279        position = BEGV;
2280      else if (position > ZV)
2281        position = ZV;
2282    
2283    /* If the whole stretch between PT and POSITION isn't intangible,    /* If the whole stretch between PT and POSITION isn't intangible,
2284       try moving to POSITION (which means we actually move farther       try moving to POSITION (which means we actually move farther

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26