/[emacs]/emacs/src/indent.h
ViewVC logotype

Diff of /emacs/src/indent.h

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

revision 1.8 by gerd, Wed Jul 21 21:43:52 1999 UTC revision 1.8.20.1 by miles, Fri Apr 4 06:20:58 2003 UTC
# Line 26  Boston, MA 02111-1307, USA.  */ Line 26  Boston, MA 02111-1307, USA.  */
26     Example (where W_ stands for a wide-column character):     Example (where W_ stands for a wide-column character):
27               ----------               ----------
28               abcdefgh\\               abcdefgh\\
29               W_                     W_
30               ----------               ----------
31    
32     To handle this case, we should not calculate the tab offset by     To handle this case, we should not calculate the tab offset by
33          tab_offset += width;          tab_offset += width;
34    
35     Instead, we must remember tab_offset of the line.     Instead, we must remember tab_offset of the line.
36    
37   */   */
38    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.20.1

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