Micah Chalmer d28d5b7fb4 Emacs: always jump the cursor if needed on indent
The rust-mode-indent-line function had a check, which ran after all the
calculations for how to indent had already happened, that skipped
actually performing the indent if the line was already at the right
indentation.

Because of that, the cursor did not jump to the indentation if the line
wasn't changing.  This was particularly annoying if there was nothing
but spaces on the line and you were at the beginning of it--it looked
like the indent just wasn't working.

This removes the check and adds test cases to cover this.
2014-03-12 15:01:25 -07:00
..
2014-02-17 10:36:47 -06:00
2014-03-09 14:56:37 -07:00
2014-02-17 10:36:47 -06:00
2014-03-09 13:45:36 +01:00
2014-03-02 17:29:54 +01:00
2014-03-12 11:31:05 +11:00