emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e66862f 107/108: Fix typo


From: Artur Malabarba
Subject: [elpa] master e66862f 107/108: Fix typo
Date: Wed, 25 Mar 2015 18:39:27 +0000

branch: master
commit e66862ffc4a7f729db4fb851652d1c32ce41c1b3
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Fix typo
---
 aggressive-indent.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 446ce56..718aa3b 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]