diff options
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index 5cee600..26bdf7d 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -122,7 +122,7 @@ ;; but the "else" or "{" should align with the beginning ;; of the expression it's in.) (looking-at "\\<else\\>\\|{") - + (save-excursion (rust-rewind-irrelevant) ;; Point is now at the end of the previous ine |
