/[emacs]/emacs/src/doc.c
ViewVC logotype

Diff of /emacs/src/doc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.97.2.8 by miles, Sat Sep 4 09:20:09 2004 UTC revision 1.97.2.9 by miles, Mon Oct 25 04:19:38 2004 UTC
# Line 785  thus, \\=\\=\\=\\= puts \\=\\= into the Line 785  thus, \\=\\=\\=\\= puts \\=\\= into the
785            idx = strp - SDATA (string);            idx = strp - SDATA (string);
786            tem = Fintern (make_string (start, length_byte), Qnil);            tem = Fintern (make_string (start, length_byte), Qnil);
787    
788              /* Ignore remappings unless there are no ordinary bindings. */
789              tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qt);
790              if (NILP (tem))
791                tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil);
792    
793            /* Note the Fwhere_is_internal can GC, so we have to take            /* Note the Fwhere_is_internal can GC, so we have to take
794               relocation of string contents into account.  */               relocation of string contents into account.  */
           tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil);  
795            strp = SDATA (string) + idx;            strp = SDATA (string) + idx;
796            start = SDATA (string) + start_idx;            start = SDATA (string) + start_idx;
797    

Legend:
Removed from v.1.97.2.8  
changed lines
  Added in v.1.97.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26