]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix typo
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 25 Mar 2015 18:31:56 +0000 (18:31 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 25 Mar 2015 18:31:56 +0000 (18:31 +0000)
aggressive-indent.el

index 446ce566195894b18ef0dcc4deece1299e875e2b..718aa3b6ea33459fd06a8b7ddd481659380fa571 100644 (file)
@@ -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.