diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-23 19:20:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-23 19:20:33 +0000 |
commit | e4e8315cfb4918a138fde24d4b4c06c8414c996e (patch) | |
tree | de20c014fe34633052cd75bb36cfebd9ca5b5836 | |
parent | ce922ba253867c6f8887dac654f98ba3d00b3f5f (diff) | |
download | emacs-e4e8315cfb4918a138fde24d4b4c06c8414c996e.tar.gz |
(current_column_1): Add declaration.
-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; /* Value of MODIFF when current_column was called */ int last_known_column_modified; +static int current_column_1 (); + /* Get the display table to use for the current buffer. */ struct Lisp_Char_Table * |