Skip to content

Commit cb542cf

Browse files
mpenetbrson
authored andcommitted
Add author to meta-data
1 parent 50faaf4 commit cb542cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/etc/emacs/cm-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
22

33
;; Version: 0.1.0
4+
;; Author: Mozilla
45
;; Url: https://github.com/mozilla/rust
5-
66
;; Highlighting is done by running a stateful parser (with first-class
77
;; state object) over the buffer, line by line, using the output to
88
;; add 'face properties, and storing the parser state at the end of

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
;;; rust-mode.el --- A major emacs mode for editing Rust source code
22

33
;; Version: 0.1.0
4+
;; Author: Mozilla
45
;; Package-Requires: ((cm-mode "0.1.0"))
56
;; Url: https://github.com/mozilla/rust
67

0 commit comments

Comments
 (0)