aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/indent.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c
index 897aa8d1072..33313a41c78 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -679,6 +679,8 @@ even if that goes past COLUMN; by default, MININUM is zero.")
679} 679}
680 680
681 681
682static int position_indentation P_ ((int));
683
682DEFUN ("current-indentation", Fcurrent_indentation, Scurrent_indentation, 684DEFUN ("current-indentation", Fcurrent_indentation, Scurrent_indentation,
683 0, 0, 0, 685 0, 0, 0,
684 "Return the indentation of the current line.\n\ 686 "Return the indentation of the current line.\n\
@@ -1789,6 +1791,7 @@ whether or not it is currently displayed in some window.")
1789 1791
1790/* file's initialization. */ 1792/* file's initialization. */
1791 1793
1794void
1792syms_of_indent () 1795syms_of_indent ()
1793{ 1796{
1794 DEFVAR_BOOL ("indent-tabs-mode", &indent_tabs_mode, 1797 DEFVAR_BOOL ("indent-tabs-mode", &indent_tabs_mode,