From bd4aeefe33e63f613512604e47bfca7b2187697d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:06:58 +0000 Subject: gentoo resync : 03.11.2019 --- app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emacs/mailcrypt/files') diff --git a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch index 7cacdbb9e482..26b0e4301adc 100644 --- a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch +++ b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch @@ -5,7 +5,7 @@ "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)))) ++ `(save-excursion (set-buffer ,buffer) ,@body))) ) (defun mc-gpg-debug-print (string) -- cgit v1.2.3