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

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

[elpa] externals/cycle-quotes 90992e7 3/4: Add "Maintainer" header and u


From: Stefan Monnier
Subject: [elpa] externals/cycle-quotes 90992e7 3/4: Add "Maintainer" header and update copyright years
Date: Tue, 1 Dec 2020 15:36:56 -0500 (EST)

branch: externals/cycle-quotes
commit 90992e71026215b1cdd1f2e5e0831d02105b69a3
Author: Simen Heggestøyl <simenheg@gmail.com>
Commit: Simen Heggestøyl <simenheg@gmail.com>

    Add "Maintainer" header and update copyright years
---
 cycle-quotes-test.el |  2 +-
 cycle-quotes.el      | 12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/cycle-quotes-test.el b/cycle-quotes-test.el
index 777bd82..43c2bc6 100644
--- a/cycle-quotes-test.el
+++ b/cycle-quotes-test.el
@@ -1,6 +1,6 @@
 ;;; cycle-quotes-test.el --- Tests for cycle-quotes.el  -*- lexical-binding: 
t; -*-
 
-;; Copyright (C) 2015-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
 
 ;; Author: Simen Heggestøyl <simenheg@gmail.com>
 
diff --git a/cycle-quotes.el b/cycle-quotes.el
index 53de8ac..b2f8465 100644
--- a/cycle-quotes.el
+++ b/cycle-quotes.el
@@ -1,8 +1,9 @@
 ;;; cycle-quotes.el --- Cycle between quote styles  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2018 Free Software Foundation, Inc.
 
 ;; Author: Simen Heggestøyl <simenheg@gmail.com>
+;; Maintainer: Simen Heggestøyl <simenheg@gmail.com>
 ;; Keywords: convenience
 ;; Version: 0.1
 
@@ -22,10 +23,11 @@
 ;;; Commentary:
 
 ;; This package provides the `cycle-quotes' command to cycle between
-;; different string quote styles. For instance, in JavaScript, there's
-;; three string quote characters: ", ` and '.  In a JavaScript buffer,
-;; with point located someplace within the string, `cycle-quotes' will
-;; cycle between the following quote styles each time it's called:
+;; different string quote styles.  For instance, in JavaScript,
+;; there's three string quote characters: ", ` and '.  In a JavaScript
+;; buffer, with point located someplace within the string,
+;; `cycle-quotes' will cycle between the following quote styles each
+;; time it's called:
 ;;
 ;;    --> "Hi, it's me!" --> `Hi, it's me!` --> 'Hi, it\'s me!' --
 ;;   |                                                            |



reply via email to

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