From e66862ffc4a7f729db4fb851652d1c32ce41c1b3 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 25 Mar 2015 18:31:56 +0000 Subject: [PATCH] Fix typo --- aggressive-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index 446ce5661..718aa3b6e 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -176,7 +176,7 @@ commands will NOT be followed by a re-indent." (string-match "\\`[[:blank:]]*\n?\\'" (or (thing-at-point 'line) "")) (let ((sp (syntax-ppss))) ;; Comments. - (or (and (not aggresive-indent-comments-too) (elt sp 4)) + (or (and (not aggressive-indent-comments-too) (elt sp 4)) ;; Strings. (elt sp 3)))) "List of forms which prevent indentation when they evaluate to non-nil. -- 2.39.2