comparison src/indent.c @ 15494:a544bb3eea53

(current_column_1): Add declaration.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Jun 1996 19:20:33 +0000
parents 32fe67f92ee1
children 103a6af424a8
comparison
equal deleted inserted replaced
15493:32fe67f92ee1 15494:a544bb3eea53
47 int last_known_column; 47 int last_known_column;
48 /* Value of point when current_column was called */ 48 /* Value of point when current_column was called */
49 int last_known_column_point; 49 int last_known_column_point;
50 /* Value of MODIFF when current_column was called */ 50 /* Value of MODIFF when current_column was called */
51 int last_known_column_modified; 51 int last_known_column_modified;
52
53 static int current_column_1 ();
52 54
53 /* Get the display table to use for the current buffer. */ 55 /* Get the display table to use for the current buffer. */
54 56
55 struct Lisp_Char_Table * 57 struct Lisp_Char_Table *
56 buffer_display_table () 58 buffer_display_table ()