diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/indent.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/indent.c')
| -rw-r--r-- | src/indent.c | 3 |
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 | ||
| 682 | static int position_indentation P_ ((int)); | ||
| 683 | |||
| 682 | DEFUN ("current-indentation", Fcurrent_indentation, Scurrent_indentation, | 684 | DEFUN ("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 | ||
| 1794 | void | ||
| 1792 | syms_of_indent () | 1795 | syms_of_indent () |
| 1793 | { | 1796 | { |
| 1794 | DEFVAR_BOOL ("indent-tabs-mode", &indent_tabs_mode, | 1797 | DEFVAR_BOOL ("indent-tabs-mode", &indent_tabs_mode, |