emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 8d6ea12 019/486: Add author to meta-data


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 8d6ea12 019/486: Add author to meta-data
Date: Sat, 7 Aug 2021 09:24:39 -0400 (EDT)

branch: elpa/rust-mode
commit 8d6ea12c17fb8edf556216049699f8fc29d1fece
Author: Max Penet <max.penet@gmail.com>
Commit: Brian Anderson <banderson@mozilla.com>

    Add author to meta-data
---
 cm-mode.el   | 2 +-
 rust-mode.el | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cm-mode.el b/cm-mode.el
index f1dcfea..0303f99 100644
--- a/cm-mode.el
+++ b/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/rust-mode.el b/rust-mode.el
index b340c39..6c118da 100644
--- a/rust-mode.el
+++ b/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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]