From: Artur Malabarba Date: Wed, 25 Mar 2015 18:31:56 +0000 (+0000) Subject: Fix typo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/e66862ffc4a7f729db4fb851652d1c32ce41c1b3 Fix typo --- 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.