summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2018-07-27 20:49:56 -0500
committerErik Mackdanz <stasibear@gentoo.org>2018-07-27 20:49:56 -0500
commit872346ddefa73ccc0fa8cffbb598c771cc090bbc (patch)
tree3f85a4e174e50b2f375e296dc0191284b326cf02 /app-emacs/apel/files
parentvirtual/python-ipaddress: mark s390 stable (diff)
downloadgentoo-872346ddefa73ccc0fa8cffbb598c771cc090bbc.tar.gz
gentoo-872346ddefa73ccc0fa8cffbb598c771cc090bbc.tar.bz2
gentoo-872346ddefa73ccc0fa8cffbb598c771cc090bbc.zip
app-emacs/apel: Fix brace issue, EAPI 6
Closes: https://bugs.gentoo.org/647744 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-emacs/apel/files')
-rw-r--r--app-emacs/apel/files/apel-10.8-050_escape-backslash.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch b/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch
new file mode 100644
index 000000000000..a2892d303b37
--- /dev/null
+++ b/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch
@@ -0,0 +1,20 @@
+--- a/poe.el 2018-07-27 19:34:05.959194677 -0500
++++ b/poe.el 2018-07-27 19:40:06.409212629 -0500
+@@ -1081,7 +1081,7 @@
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+ `\&' in NEWTEXT means substitute original matched text.
+- `\N' means substitute what matched the Nth `\(...\)'.
++ `\\N' means substitute what matched the Nth `\(...\)'.
+ If Nth parens didn't match, substitute nothing.
+ `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.
+@@ -1133,7 +1133,7 @@
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+ `\&' in NEWTEXT means substitute original matched text.
+- `\N' means substitute what matched the Nth `\(...\)'.
++ `\\N' means substitute what matched the Nth `\(...\)'.
+ If Nth parens didn't match, substitute nothing.
+ `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.