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

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

[elpa] externals/svg-tag-mode 525901723f 47/63: Fixed requirements.


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode 525901723f 47/63: Fixed requirements.
Date: Mon, 27 Dec 2021 15:58:00 -0500 (EST)

branch: externals/svg-tag-mode
commit 525901723fb6c98715677b3c49e86dab263890fa
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Fixed requirements.
---
 svg-tag-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 3336fc59a8..12774ef168 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -1,13 +1,13 @@
 ;;; svg-tag-mode.el --- Replace keywords with SVG tags -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 2020,2021 Nicolas P. Rougier
+;; Copyright (C) 2020, 2021 Nicolas P. Rougier
 
 ;; Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
 ;; Homepage: https://github.com/rougier/svg-tag-mode
 ;; Keywords: convenience
 ;; Version: 0.2
 
-;; Package-Requires: ((emacs "27.1" svg-lib "0.3"))
+;; Package-Requires: ((emacs "27.1") (svg-lib "0.3"))
 
 ;; This file is not part of GNU Emacs.
 
@@ -27,7 +27,7 @@
 ;;; Commentary:
 
 ;; This minor mode replaces keywords or expressions with SVG tags
-;; that are fully customizable and clickable.
+;; that are fully customizable and activable.
 ;;
 ;; Usage example:
 ;; --------------



reply via email to

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