]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix stupid stupid bug
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 3 Oct 2015 15:17:30 +0000 (16:17 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 3 Oct 2015 15:17:46 +0000 (16:17 +0100)
aggressive-indent.el

index c6005e0546a97ffe25c5fb5819bb2d2cc6273c25..5d6b80373765b8ce390b043c2958e6a4d2cbfdfd 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Artur Malabarba <emacs@endlessparentheses.com>
 ;; URL: http://github.com/Malabarba/aggressive-indent-mode
-;; Version: 1.3
+;; Version: 1.4
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Keywords: indent lisp maint tools
 ;; Prefix: aggressive-indent
@@ -348,6 +348,7 @@ or messages."
 ;;; Tracking changes
 (defvar aggressive-indent--changed-list nil
   "List of (left right) limit of regions changed in the last command loop.")
+(make-variable-buffer-local 'aggressive-indent--changed-list)
 
 (defun aggressive-indent--indent-if-changed ()
   "Indent any region that changed in the last command loop."