Changed call to Fwhere_is_internal.
authorKim F. Storm <storm@cua.dk>
Wed, 6 Feb 2002 23:00:52 +0000 (23:00 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 6 Feb 2002 23:00:52 +0000 (23:00 +0000)
src/doc.c

index ad09ca5..8bb8bef 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -671,7 +671,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
 
          /* Note the Fwhere_is_internal can GC, so we have to take
             relocation of string contents into account.  */
-         tem = Fwhere_is_internal (tem, keymap, Qt, Qnil);
+         tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil);
          strp = XSTRING (string)->data + idx;
          start = XSTRING (string)->data + start_idx;