emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/doc.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/doc.c
Date: Wed, 06 Feb 2002 18:00:52 -0500

Index: emacs/src/doc.c
diff -c emacs/src/doc.c:1.89 emacs/src/doc.c:1.90
*** emacs/src/doc.c:1.89        Sat Dec 22 08:59:08 2001
--- emacs/src/doc.c     Wed Feb  6 18:00:52 2002
***************
*** 671,677 ****
  
          /* 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);
          strp = XSTRING (string)->data + idx;
          start = XSTRING (string)->data + start_idx;
  
--- 671,677 ----
  
          /* 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, Qnil);
          strp = XSTRING (string)->data + idx;
          start = XSTRING (string)->data + start_idx;
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]