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.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Fri, 09 Nov 2001 01:21:35 -0500

Index: emacs/src/indent.c
diff -u emacs/src/indent.c:1.143 emacs/src/indent.c:1.144
--- emacs/src/indent.c:1.143    Tue Nov  6 08:21:27 2001
+++ emacs/src/indent.c  Fri Nov  9 01:21:35 2001
@@ -608,7 +608,6 @@
            goto endloop;
          if (c == '\t')
            {
-             int prev_col = col;
              col += tab_width;
              col = col / tab_width * tab_width;
            }



reply via email to

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