]> code.delx.au - gnu-emacs/commitdiff
(invalidate_current_column): Declare it as void.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:12:50 +0000 (12:12 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:12:50 +0000 (12:12 +0000)
src/indent.c

index b6806f628f7239f6134e7c2574074306aac854a9..b4592a2dddf8c9123a35515d22727ec8b970f212 100644 (file)
@@ -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;