diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 70e66ba1871..71da13e7a66 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3498,7 +3498,7 @@ See the info node `(elisp)Syntax Properties' for a description of the | |||
| 3498 | 3498 | ||
| 3499 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", | 3499 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", |
| 3500 | open_paren_in_column_0_is_defun_start, | 3500 | open_paren_in_column_0_is_defun_start, |
| 3501 | doc: /* *Non-nil means an open paren in column 0 denotes the start of a defun. */); | 3501 | doc: /* Non-nil means an open paren in column 0 denotes the start of a defun. */); |
| 3502 | open_paren_in_column_0_is_defun_start = 1; | 3502 | open_paren_in_column_0_is_defun_start = 1; |
| 3503 | 3503 | ||
| 3504 | 3504 | ||