Add author to meta-data

This commit is contained in:
Max Penet 2012-08-14 11:15:21 +02:00 committed by Brian Anderson
parent 50faaf421f
commit cb542cf433
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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