summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-27 07:28:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-27 07:28:10 -0700
commitf951c173b0b40476e64f6bfd5343244fee0a287a (patch)
tree222885be58c0bb973de833c0b96622f8366a2e62
parenta7a332d00bea401e2056a229b377503f740c8a0e (diff)
further tidy patches & strip nnnn- prefix
-rw-r--r--debian/patches/Don-t-fail-if-eldoc-mode-is-undefined.patch (renamed from debian/patches/0002-Don-t-fail-if-eldoc-mode-is-undefined.patch)3
-rw-r--r--debian/patches/Fix-of-key-chord-unset-global.patch (renamed from debian/patches/0003-Fix-of-key-chord-unset-global.patch)3
-rw-r--r--debian/patches/prevent-eldoc-from-flickering.patch (renamed from debian/patches/0001-prevent-eldoc-from-flickering.patch)3
-rw-r--r--debian/patches/series6
4 files changed, 9 insertions, 6 deletions
diff --git a/debian/patches/0002-Don-t-fail-if-eldoc-mode-is-undefined.patch b/debian/patches/Don-t-fail-if-eldoc-mode-is-undefined.patch
index 4d79988..2e49c39 100644
--- a/debian/patches/0002-Don-t-fail-if-eldoc-mode-is-undefined.patch
+++ b/debian/patches/Don-t-fail-if-eldoc-mode-is-undefined.patch
@@ -1,7 +1,8 @@
From: thomasf <anybody@emacswiki.org>
Date: Sat, 8 Aug 2015 19:05:44 +0200
-Subject: Don-t-fail-if-eldoc-mode-is-undefined
+Subject: Don't fail if eldoc-mode is undefined
+Patch obtained from: https://github.com/emacsmirror/key-chord/
---
key-chord.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0003-Fix-of-key-chord-unset-global.patch b/debian/patches/Fix-of-key-chord-unset-global.patch
index af63d8b..1237ef0 100644
--- a/debian/patches/0003-Fix-of-key-chord-unset-global.patch
+++ b/debian/patches/Fix-of-key-chord-unset-global.patch
@@ -1,7 +1,8 @@
From: MarcoWahl <anybody@emacswiki.org>
Date: Wed, 9 Dec 2015 10:04:01 +0100
-Subject: Fix-of-key-chord-unset-global
+Subject: Fix of key-chord-unset-global
+Patch obtained from: https://github.com/emacsmirror/key-chord/
---
key-chord.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0001-prevent-eldoc-from-flickering.patch b/debian/patches/prevent-eldoc-from-flickering.patch
index 7952f3c..f36ee8e 100644
--- a/debian/patches/0001-prevent-eldoc-from-flickering.patch
+++ b/debian/patches/prevent-eldoc-from-flickering.patch
@@ -1,7 +1,8 @@
From: dlau <anybody@emacswiki.org>
Date: Thu, 6 Aug 2015 08:16:24 +0200
-Subject: prevent-eldoc-from-flickering
+Subject: prevent eldoc from flickering
+Patch obtained from: https://github.com/emacsmirror/key-chord/
---
key-chord.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 39b9069..ef7302b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
-0001-prevent-eldoc-from-flickering.patch
-0002-Don-t-fail-if-eldoc-mode-is-undefined.patch
-0003-Fix-of-key-chord-unset-global.patch
+prevent-eldoc-from-flickering.patch
+Don-t-fail-if-eldoc-mode-is-undefined.patch
+Fix-of-key-chord-unset-global.patch