changeset 43155:5943cc278b4c

Changed call to Fwhere_is_internal.
author Kim F. Storm <storm@cua.dk>
date Wed, 06 Feb 2002 23:00:52 +0000
parents 241310b1046a
children 05398ea6cb32
files src/doc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/doc.c	Wed Feb 06 22:59:56 2002 +0000
+++ b/src/doc.c	Wed Feb 06 23:00:52 2002 +0000
@@ -671,7 +671,7 @@
 
 	  /* 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;