diff options
| author | Miles Bader | 2006-05-02 05:51:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-02 05:51:52 +0000 |
| commit | fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a (patch) | |
| tree | 2a89d2d9ea2689cfe80a7618885cdd9f449761dd /src/editfns.c | |
| parent | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (diff) | |
| parent | 6cf93749317c2e18f850cd0f47f905895e850bfc (diff) | |
| download | emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.tar.gz emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 239-258)
- Update from CVS
- (Ffield_beginning, find_field): Undo change of 2006-04-23.
- Rcirc patch from Ryan Yeske
- Merge from gnus--rel--5.10
- Clean up lisp/gnus/ChangeLog a bit
* gnus--rel--5.10 (patch 91-98)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index b0e79057988..4f8b349b749 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -489,7 +489,7 @@ get_pos_property (position, prop, object) | |||
| 489 | } | 489 | } |
| 490 | 490 | ||
| 491 | /* Find the field surrounding POS in *BEG and *END. If POS is nil, | 491 | /* Find the field surrounding POS in *BEG and *END. If POS is nil, |
| 492 | the value of point is used instead. If BEG or END null, | 492 | the value of point is used instead. If BEG or END is null, |
| 493 | means don't store the beginning or end of the field. | 493 | means don't store the beginning or end of the field. |
| 494 | 494 | ||
| 495 | BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned | 495 | BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned |