aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-11-27 12:12:50 +0000
committerKenichi Handa1997-11-27 12:12:50 +0000
commitc9667ae1a905f9597e012e092bc8aaef1aa49dd7 (patch)
tree2e6cb6579b9d4ed54f0fcb3744b78b93f52ca29f /src
parent5d01d666bd4399468cfd61c3ce693484c7b7b666 (diff)
downloademacs-c9667ae1a905f9597e012e092bc8aaef1aa49dd7.tar.gz
emacs-c9667ae1a905f9597e012e092bc8aaef1aa49dd7.zip
(invalidate_current_column): Declare it as void.
Diffstat (limited to 'src')
-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.")
282 282
283/* Cancel any recorded value of the horizontal position. */ 283/* Cancel any recorded value of the horizontal position. */
284 284
285void
285invalidate_current_column () 286invalidate_current_column ()
286{ 287{
287 last_known_column_point = 0; 288 last_known_column_point = 0;