Skip to content

Commit

Permalink
Merge pull request #3185 from megakorre/master
Browse files Browse the repository at this point in the history
Removed comma from rust-mode.el
  • Loading branch information
brson committed Aug 11, 2012
2 parents f9946f3 + 8d26d86 commit 713487d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/emacs/rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
(defvar rust-value-keywords
(let ((table (make-hash-table :test 'equal)))
(dolist (word '("mod" "const" "class" "type"
"trait" "struct", "fn" "enum"
"impl"))
"trait" "struct" "fn" "enum"
"impl"))
(puthash word 'def table))
(dolist (word '("again" "assert"
"break"
Expand Down

0 comments on commit 713487d

Please sign in to comment.