summaryrefslogtreecommitdiff
path: root/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
commit28e3d252dc8ac8a5635206dfefe1cfe05058d1db (patch)
treee75bce604750fb72e53ed3684059e2e5d2094509 /app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
parentf625b9919a60a30f1bd860f7d1b2eac183ced593 (diff)
gentoo resync : 12.08.2018
Diffstat (limited to 'app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch')
-rw-r--r--app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
new file mode 100644
index 000000000000..7cacdbb9e482
--- /dev/null
+++ b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
@@ -0,0 +1,11 @@
+--- mailcrypt-3.5.9-orig/mc-gpg.el
++++ mailcrypt-3.5.9/mc-gpg.el
+@@ -108,7 +108,7 @@
+ (defmacro with-current-buffer (buffer &rest body)
+ "Execute the forms in BODY with BUFFER as the current buffer.
+ The value returned is the value of the last form in BODY."
+- (` (save-excursion (set-buffer (, buffer)) (,@ body)))))
++ `(save-excursion (set-buffer (, buffer)) (,@ body))))
+ )
+
+ (defun mc-gpg-debug-print (string)