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>
"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)
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7