]> code.delx.au - gnu-emacs/commitdiff
(get_overlay_strings_1): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Feb 2008 02:10:45 +0000 (02:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Feb 2008 02:10:45 +0000 (02:10 +0000)
src/ChangeLog
src/xdisp.c

index 7455d9e17bddaa0a054d5e78b165fb3a22d6a806..a212f023c2165cb3af1de0e3413cd9dde9a6478b 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * xdisp.c (get_overlay_strings_1): Fix typo.
+
 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (get_overlay_strings_1): Add missing argument type.
index c6b731c1ee8993e8e527418c2bbe382ac8b425fe..209511a08b4e7923de24433f04622d9757541293 100644 (file)
@@ -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