diff options
author | Kenichi Handa <handa@m17n.org> | 1997-11-27 12:12:50 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-11-27 12:12:50 +0000 |
commit | f6db9b6fda7726fc2ce854ee08fcbf8023164074 (patch) | |
tree | a0df5c03145cdbd7f777a99fac49b16a7e675931 /src/indent.c | |
parent | acd168e9aa1903597e7eac982f06468ad2f41375 (diff) | |
download | emacs-f6db9b6fda7726fc2ce854ee08fcbf8023164074.tar.gz |
(invalidate_current_column): Declare it as void.
Diffstat (limited to 'src/indent.c')
-rw-r--r-- | src/indent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index b6806f628f7..b4592a2dddf 100644 --- a/src/indent.c +++ b/src/indent.c @@ -282,6 +282,7 @@ however, ^M is treated as end of line when `selective-display' is t.") /* Cancel any recorded value of the horizontal position. */ +void invalidate_current_column () { last_known_column_point = 0; |