]> code.delx.au - gnu-emacs-elpa/commitdiff
Version 1.6
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 16 Apr 2016 16:30:04 +0000 (13:30 -0300)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 16 Apr 2016 16:30:04 +0000 (13:30 -0300)
aggressive-indent.el

index 7055f9cee77548b562010c09a3a86f61070b1ed9..685f2af71e248ac2b27f796fa6d9d90e33abfd76 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; URL: https://github.com/Malabarba/aggressive-indent-mode
-;; Version: 1.5.3
+;; Version: 1.6
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: indent lisp maint tools
 ;; Prefix: aggressive-indent
@@ -377,9 +377,8 @@ Store result in `aggressive-indent--balanced-parens'."
   (setq aggressive-indent--balanced-parens
         (save-excursion
           (ignore-errors
-            (save-restriction
-              (check-parens)
-              t)))))
+            (check-parens)
+            t))))
 
 (defun aggressive-indent--keep-track-of-changes (l r &rest _)
   "Store the limits (L and R) of each change in the buffer."