From cb542cf433650e7ad2f67ab2f44a8607171244a3 Mon Sep 17 00:00:00 2001 From: Max Penet Date: Tue, 14 Aug 2012 11:15:21 +0200 Subject: [PATCH] Add author to meta-data --- src/etc/emacs/cm-mode.el | 2 +- src/etc/emacs/rust-mode.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/emacs/cm-mode.el b/src/etc/emacs/cm-mode.el index f1dcfea28fc..0303f994172 100644 --- a/src/etc/emacs/cm-mode.el +++ b/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 diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el index b340c39dbd3..6c118da40e0 100644 --- a/src/etc/emacs/rust-mode.el +++ b/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