summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-11-27 12:12:50 +0000
committerKenichi Handa <handa@m17n.org>1997-11-27 12:12:50 +0000
commitf6db9b6fda7726fc2ce854ee08fcbf8023164074 (patch)
treea0df5c03145cdbd7f777a99fac49b16a7e675931 /src/indent.c
parentacd168e9aa1903597e7eac982f06468ad2f41375 (diff)
downloademacs-f6db9b6fda7726fc2ce854ee08fcbf8023164074.tar.gz
(invalidate_current_column): Declare it as void.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c1
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;