app-emacs/mailcrypt: Fix backquotes patch.
authorUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 13:46:06 +0000 (15:46 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 13:49:12 +0000 (15:49 +0200)
This is purely cosmetic, because the affected code in mc-gpg.el won't
be called in Emacs version 20 or later. Therefore committing this
straight to stable.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild [moved from app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild with 96% similarity]

index 7cacdbb9e48229f4bc5b58a2395c1e37191cf71d..26b0e4301adc1de4e145e246f6030411a2dc3037 100644 (file)
@@ -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)
similarity index 96%
rename from app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild
rename to app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
index 88f148624b2bdf051d0de5fc14dce1f583031d31..60f6a2ed7f219cccf4346954b56a082a06f316aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7