emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/indent.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/indent.h
Date: Tue, 04 Feb 2003 09:03:27 -0500

Index: emacs/src/indent.h
diff -c emacs/src/indent.h:1.8 emacs/src/indent.h:1.9
*** emacs/src/indent.h:1.8      Wed Jul 21 17:43:52 1999
--- emacs/src/indent.h  Tue Feb  4 09:03:12 2003
***************
*** 26,38 ****
     Example (where W_ stands for a wide-column character):
             ----------
             abcdefgh\\
!            W_      
             ----------
  
!    To handle this case, we should not calculate the tab offset by 
        tab_offset += width;
  
!    Instead, we must remember tab_offset of the line. 
  
   */
  
--- 26,38 ----
     Example (where W_ stands for a wide-column character):
             ----------
             abcdefgh\\
!            W_
             ----------
  
!    To handle this case, we should not calculate the tab offset by
        tab_offset += width;
  
!    Instead, we must remember tab_offset of the line.
  
   */
  




reply via email to

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