/[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.101.2.5 by miles, Tue Jun 29 16:46:01 2004 UTC revision 1.101.2.6 by miles, Thu Oct 14 08:49:57 2004 UTC
# Line 776  thus, \\=\\=\\=\\= puts \\=\\= into the Line 776  thus, \\=\\=\\=\\= puts \\=\\= into the
776            idx = strp - SDATA (string);            idx = strp - SDATA (string);
777            tem = Fintern (make_string (start, length_byte), Qnil);            tem = Fintern (make_string (start, length_byte), Qnil);
778    
779              /* Ignore remappings unless there are no ordinary bindings. */
780              tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qt);
781              if (NILP (tem))
782                tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil);
783    
784            /* Note the Fwhere_is_internal can GC, so we have to take            /* Note the Fwhere_is_internal can GC, so we have to take
785               relocation of string contents into account.  */               relocation of string contents into account.  */
           tem = Fwhere_is_internal (tem, keymap, Qt, Qnil, Qnil);  
786            strp = SDATA (string) + idx;            strp = SDATA (string) + idx;
787            start = SDATA (string) + start_idx;            start = SDATA (string) + start_idx;
788    

Legend:
Removed from v.1.101.2.5  
changed lines
  Added in v.1.101.2.6

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