From: Stefan Monnier Date: Fri, 29 Feb 2008 02:10:45 +0000 (+0000) Subject: (get_overlay_strings_1): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~7576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10cbc34ff812bbfd8abf174a6e88eb306114fa57;p=emacs.git (get_overlay_strings_1): Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7455d9e17bd..a212f023c21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-02-29 Stefan Monnier + + * xdisp.c (get_overlay_strings_1): Fix typo. + 2008-02-29 Chong Yidong * xdisp.c (get_overlay_strings_1): Add missing argument type. diff --git a/src/xdisp.c b/src/xdisp.c index c6b731c1ee8..209511a08b4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5091,7 +5091,7 @@ static int get_overlay_strings_1 (it, charpos, compute_stop_p) struct it *it; int charpos; - int compute_stop_p + int compute_stop_p; { /* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to process. This fills IT->overlay_strings with strings, and sets