Mercurial > emacs
diff src/indent.c @ 34967:78e2d17df950
(current_column): Remove unused variable `stopchar'.
(Fcompute_motion): Remove unused variable `contin'.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Tue, 02 Jan 2001 14:05:57 +0000 |
| parents | 69c9cd380fd2 |
| children | d11cb64840ee |
line wrap: on
line diff
--- a/src/indent.c Tue Jan 02 14:04:56 2001 +0000 +++ b/src/indent.c Tue Jan 02 14:05:57 2001 +0000 @@ -354,7 +354,6 @@ register int tab_width = XINT (current_buffer->tab_width); int ctl_arrow = !NILP (current_buffer->ctl_arrow); register struct Lisp_Char_Table *dp = buffer_display_table (); - int stopchar; if (PT == last_known_column_point && MODIFF == last_known_column_modified) @@ -1609,7 +1608,7 @@ Lisp_Object from, frompos, to, topos; Lisp_Object width, offsets, window; { - Lisp_Object bufpos, hpos, vpos, prevhpos, contin; + Lisp_Object bufpos, hpos, vpos, prevhpos; struct position *pos; int hscroll, tab_offset;
