Mercurial > emacs
changeset 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 | 23a62cf7d0eb |
children | c8d0a552d56e |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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;