diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -671,7 +671,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int | |||
| 671 | 671 | ||
| 672 | /* Note the Fwhere_is_internal can GC, so we have to take | 672 | /* Note the Fwhere_is_internal can GC, so we have to take |
| 673 | relocation of string contents into account. */ | 673 | relocation of string contents into account. */ |
| 674 | tem = Fwhere_is_internal (tem, keymap, Qt, Qnil); | 674 | tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil); |
| 675 | strp = XSTRING (string)->data + idx; | 675 | strp = XSTRING (string)->data + idx; |
| 676 | start = XSTRING (string)->data + start_idx; | 676 | start = XSTRING (string)->data + start_idx; |
| 677 | 677 | ||