summaryrefslogtreecommitdiff
path: root/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
diff options
context:
space:
mode:
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)