comparison src/indent.c @ 327:554b1810e969

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sat, 13 Jul 1991 21:22:40 +0000
parents ee44492a4419
children 4fddd0f0fc33
comparison
equal deleted inserted replaced
326:ecc1a00366a3 327:554b1810e969
79 () 79 ()
80 { 80 {
81 Lisp_Object temp; 81 Lisp_Object temp;
82 XFASTINT (temp) = current_column (); 82 XFASTINT (temp) = current_column ();
83 return temp; 83 return temp;
84 }
85
86 /* Cancel any recorded value of the horizontal position. */
87
88 invalidate_current_column ()
89 {
90 last_known_column_point = 0;
84 } 91 }
85 92
86 int 93 int
87 current_column () 94 current_column ()
88 { 95 {