Skip to content

Commit

Permalink
fix typo in rust-mode.el
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Aug 27, 2013
1 parent 604ab94 commit 1f13eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/emacs/rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The initializer is `DEFAULT-TAB-WIDTH'.")
;; regexp (which is broken on a few edge cases), add our own 'rust
;; compilation error regexp and use it instead.
(defvar rustc-compilation-regexps
(let ((file "^\\([^\n]+\\)")
(let ((file "\\([^\n]+\\)")
(start-line "\\([0-9]+\\)")
(start-col "\\([0-9]+\\)")
(end-line "\\([0-9]+\\)")
Expand Down

5 comments on commit 1f13eab

@bors
Copy link
Contributor

@bors bors commented on 1f13eab Aug 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pnkfelix
at pnkfelix@1f13eab

@bors
Copy link
Contributor

@bors bors commented on 1f13eab Aug 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging pnkfelix/rust/fsk-fix-typo-in-rust-mode.el = 1f13eab into auto

@bors
Copy link
Contributor

@bors bors commented on 1f13eab Aug 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnkfelix/rust/fsk-fix-typo-in-rust-mode.el = 1f13eab merged ok, testing candidate = 0baa927

@bors
Copy link
Contributor

@bors bors commented on 1f13eab Aug 27, 2013

@bors
Copy link
Contributor

@bors bors commented on 1f13eab Aug 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0baa927

Please sign in to comment.