From a3933b1d223b86f0eab21a16470c4447c115b82d Mon Sep 17 00:00:00 2001 From: condy Date: Tue, 12 Mar 2024 23:12:14 +0800 Subject: [PATCH] Add email in package description Fix #531 --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mode.el b/rust-mode.el index 292bc64..a0f6542 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -1,7 +1,7 @@ ;;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding: t-*- ;; Version: 1.0.5 -;; Author: Mozilla +;; Author: Mozilla ;; Url: https://github.com/rust-lang/rust-mode ;; Keywords: languages ;; Package-Requires: ((emacs "25.1"))