You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes....

12 lines
424 B

--- 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)