From 4857ef585749556bc4ce2bc4082ffb089582042c Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 6 Feb 2002 23:00:52 +0000 Subject: [PATCH] Changed call to Fwhere_is_internal. --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index ad09ca542c4..8bb8bef7884 100644 --- 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; -- 2.39.5