diff options
Diffstat (limited to 'app-emacs/apel/files/apel-10.8-050_escape-backslash.patch')
-rw-r--r-- | app-emacs/apel/files/apel-10.8-050_escape-backslash.patch | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index a2892d303b37..000000000000 --- a/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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. |