emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 07 Dec 2001 08:35:12 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.711 emacs/src/xdisp.c:1.712
*** emacs/src/xdisp.c:1.711     Mon Dec  3 14:19:56 2001
--- emacs/src/xdisp.c   Fri Dec  7 08:35:11 2001
***************
*** 13461,13467 ****
     FIELD_WIDTH is the number of characters the display of ELT should
     occupy in the mode line, and PRECISION is the maximum number of
     characters to display from ELT's representation.  See
!    display_string for details.  *
  
     Returns the hpos of the end of the text generated by ELT.  */
  
--- 13461,13467 ----
     FIELD_WIDTH is the number of characters the display of ELT should
     occupy in the mode line, and PRECISION is the maximum number of
     characters to display from ELT's representation.  See
!    display_string for details.
  
     Returns the hpos of the end of the text generated by ELT.  */
  
***************
*** 13584,13589 ****
--- 13584,13591 ----
                          }
                      }
                  }
+               else /* c == 0 */
+                 break;
              }
          }
        }



reply via email to

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