File backqute-fix.patch of Package mailcrypt
---
mc-gpg.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mc-gpg.el
+++ b/mc-gpg.el
@@ -108,7 +108,7 @@ BEWARE! Sensitive data (including your p
(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)