diff options
| author | Richard M. Stallman | 1996-06-23 19:20:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-23 19:20:33 +0000 |
| commit | 82d593eb97879efc70c9617257988ec36e56334b (patch) | |
| tree | db85585e66b812c57edb7ad76c7e8dd906ab09f2 /src | |
| parent | 9a21bb6444091c11d10f076c6c1b4dd4f9be57cb (diff) | |
| download | emacs-82d593eb97879efc70c9617257988ec36e56334b.tar.gz emacs-82d593eb97879efc70c9617257988ec36e56334b.zip | |
(current_column_1): Add declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index a40006b9a5a..60641ae54dc 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -50,6 +50,8 @@ 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 | 52 | ||
| 53 | static int current_column_1 (); | ||
| 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 * |