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

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

[elpa] master eca4913: Add "Maintainer" header and update copyright year


From: Simen Heggestøyl
Subject: [elpa] master eca4913: Add "Maintainer" header and update copyright years
Date: Tue, 3 Jul 2018 15:01:45 -0400 (EDT)

branch: master
commit eca49131158e4d87b5a79ce7527a097ec58858e1
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

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

diff --git a/packages/cycle-quotes/cycle-quotes-test.el 
b/packages/cycle-quotes/cycle-quotes-test.el
index 777bd82..43c2bc6 100644
--- a/packages/cycle-quotes/cycle-quotes-test.el
+++ b/packages/cycle-quotes/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 <address@hidden>
 
diff --git a/packages/cycle-quotes/cycle-quotes.el 
b/packages/cycle-quotes/cycle-quotes.el
index 53de8ac..b2f8465 100644
--- a/packages/cycle-quotes/cycle-quotes.el
+++ b/packages/cycle-quotes/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 <address@hidden>
+;; Maintainer: Simen Heggestøyl <address@hidden>
 ;; 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]