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 16012d9f88e..7a0e0fd7c52 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3494,7 +3494,7 @@ See the info node `(elisp)Syntax Properties' for a description of the | |||
| 3494 | 3494 | ||
| 3495 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", | 3495 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", |
| 3496 | open_paren_in_column_0_is_defun_start, | 3496 | open_paren_in_column_0_is_defun_start, |
| 3497 | doc: /* *Non-nil means an open paren in column 0 denotes the start of a defun. */); | 3497 | doc: /* Non-nil means an open paren in column 0 denotes the start of a defun. */); |
| 3498 | open_paren_in_column_0_is_defun_start = 1; | 3498 | open_paren_in_column_0_is_defun_start = 1; |
| 3499 | 3499 | ||
| 3500 | 3500 | ||