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

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

[elpa] master 9e81033 067/108: Indentation


From: Artur Malabarba
Subject: [elpa] master 9e81033 067/108: Indentation
Date: Wed, 25 Mar 2015 18:39:11 +0000

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

    Indentation
---
 aggressive-indent.el |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index c23122b..57fadc1 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -348,13 +348,13 @@ strings."
     ([backspace] menu-item "maybe-delete-indentation" ignore
      :filter (lambda (&optional _)
                (when (and (looking-back "^[[:blank:]]+")
-                         ;; Wherever we don't want to indent, we probably also
-                         ;; want the default backspace behavior.
-                         (not (run-hook-wrapped
-                               'aggressive-indent--internal-dont-indent-if
-                               #'eval))
-                         (not (aggressive-indent--run-user-hooks)))
-                #'delete-indentation))))
+                          ;; Wherever we don't want to indent, we probably also
+                          ;; want the default backspace behavior.
+                          (not (run-hook-wrapped
+                                'aggressive-indent--internal-dont-indent-if
+                                #'eval))
+                          (not (aggressive-indent--run-user-hooks)))
+                 #'delete-indentation))))
   (if mode
       (if (and global-aggressive-indent-mode
                (or (cl-member-if #'derived-mode-p excluded-modes)



reply via email to

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