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

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

[nongnu] elpa/rust-mode 0797e7b 017/486: add Url


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 0797e7b 017/486: add Url
Date: Sat, 7 Aug 2021 09:24:39 -0400 (EDT)

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

    add Url
---
 cm-mode.el   | 3 ++-
 rust-mode.el | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cm-mode.el b/cm-mode.el
index 0c4886f..f1dcfea 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -1,6 +1,7 @@
-;;; cm-mode.el --- Wrapper for CodeMirror-style emacs modes
+;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
 
 ;; Version: 0.1.0
+;; 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
diff --git a/rust-mode.el b/rust-mode.el
index 440f609..b340c39 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -2,6 +2,7 @@
 
 ;; Version: 0.1.0
 ;; Package-Requires: ((cm-mode "0.1.0"))
+;; Url: https://github.com/mozilla/rust
 
 (require 'cm-mode)
 (require 'cc-mode)



reply via email to

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