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

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

[nongnu] elpa/subed 522017e 146/389: Add packaging information to header


From: ELPA Syncer
Subject: [nongnu] elpa/subed 522017e 146/389: Add packaging information to header
Date: Fri, 3 Dec 2021 11:00:15 -0500 (EST)

branch: elpa/subed
commit 522017e2b5063dcb901857abb2810d3c3a9ff744
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Add packaging information to header
---
 subed/subed.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/subed/subed.el b/subed/subed.el
index ebb0e3f..41f8c60 100644
--- a/subed/subed.el
+++ b/subed/subed.el
@@ -1,4 +1,9 @@
-;;; subed.el --- A major mode for editing SubRip (srt) subtitles  -*- 
lexical-binding: t; -*-
+;;; subed.el --- A major mode for editing subtitles  -*- lexical-binding: t; 
-*-
+
+;; Version: 0.0
+;; Keywords: convenience, files, hypermedia, multimedia
+;; URL: https://github.com/rndusr/subed
+;; Package-Requires: ((emacs "24.3"))
 
 ;;; License:
 ;;
@@ -18,14 +23,12 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 ;; Boston, MA 02110-1301, USA.
-;;
-;;
+
 ;;; Commentary:
 ;;
 ;; subed is a major mode for editing subtitles with Emacs and mpv.  See
 ;; README.org or https://github.com/rndusr/subed for more information.
-;;
-;;
+
 ;;; Code:
 
 (add-to-list 'auto-mode-alist '("\\.srt$" . subed-mode-enable))



reply via email to

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