From: Kim F. Storm Date: Wed, 6 Feb 2002 23:00:52 +0000 (+0000) Subject: Changed call to Fwhere_is_internal. X-Git-Tag: ttn-vms-21-2-B4~16802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4857ef585749556bc4ce2bc4082ffb089582042c;p=emacs.git Changed call to Fwhere_is_internal. --- 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;