[Emacs] Make haml-indent-region work a little better with haml-forward-sexp.

This commit is contained in:
Nathan Weizenbaum 2008-05-04 12:36:41 -07:00
parent ca796ea28e
commit eab5520745
1 changed files with 0 additions and 2 deletions

View File

@ -223,8 +223,6 @@ between possible indentations."
(goto-char end)
(setq end (point-marker))
(goto-char start)
;; Don't start in the middle of a line
(unless (bolp) (forward-line 1))
(let (this-line-column current-column
(next-line-column
(if (and (equal last-command this-command) (/= (current-indentation) 0))