Skip to content

Commit

Permalink
Add author to meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet authored and brson committed Aug 14, 2012
1 parent 50faaf4 commit cb542cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/emacs/cm-mode.el
@@ -1,8 +1,8 @@
;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes

;; Version: 0.1.0
;; Author: Mozilla
;; Url: https://github.com/mozilla/rust

;; Highlighting is done by running a stateful parser (with first-class
;; state object) over the buffer, line by line, using the output to
;; add 'face properties, and storing the parser state at the end of
Expand Down
1 change: 1 addition & 0 deletions src/etc/emacs/rust-mode.el
@@ -1,6 +1,7 @@
;;; rust-mode.el --- A major emacs mode for editing Rust source code

;; Version: 0.1.0
;; Author: Mozilla
;; Package-Requires: ((cm-mode "0.1.0"))
;; Url: https://github.com/mozilla/rust

Expand Down

0 comments on commit cb542cf

Please sign in to comment.