]> code.delx.au - gnu-emacs-elpa/commitdiff
Change a \xc to \f
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 8 Jan 2016 18:04:04 +0000 (18:04 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 15 Jan 2016 22:14:29 +0000 (22:14 +0000)
aggressive-indent.el

index 1a1e83ccc8141d07844c76358a8f41237dfab2b8..89c528466704d141ed43a6b58019a036475813db 100644 (file)
@@ -334,7 +334,7 @@ until nothing more happens."
                               ;; not at all, stop at the limit.
                               (< (point) point-limit))))
               (forward-line 1)
-              (skip-chars-forward "[:blank:]\n\r\xc"))))
+              (skip-chars-forward "[:blank:]\n\r\f"))))
       (goto-char p))))
 
 (defun aggressive-indent--softly-indent-region-and-on (l r &rest _)