/[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.90.2.1 by handa, Fri Mar 1 01:06:01 2002 UTC revision 1.90.2.2 by fx, Tue Jul 30 11:34:55 2002 UTC
# Line 633  thus, \\=\\=\\=\\= puts \\=\\= into the Line 633  thus, \\=\\=\\=\\= puts \\=\\= into the
633            if (multibyte)            if (multibyte)
634              {              {
635                int len;                int len;
               int maxlen = XSTRING (string)->data + STRING_BYTES (XSTRING (string)) - strp;  
636    
637                STRING_CHAR_AND_LENGTH (strp, maxlen, len);                STRING_CHAR_AND_LENGTH (strp, maxlen, len);
638                if (len == 1)                if (len == 1)
# Line 788  thus, \\=\\=\\=\\= puts \\=\\= into the Line 787  thus, \\=\\=\\=\\= puts \\=\\= into the
787        else        else
788          {          {
789            int len;            int len;
           int maxlen = XSTRING (string)->data + STRING_BYTES (XSTRING (string)) - strp;  
790    
791            STRING_CHAR_AND_LENGTH (strp, maxlen, len);            STRING_CHAR_AND_LENGTH (strp, maxlen, len);
792            if (len == 1)            if (len == 1)

Legend:
Removed from v.1.90.2.1  
changed lines
  Added in v.1.90.2.2

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