From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Bellani Subject: [PATCH] lisp/ob-emacs-lisp.el: Remove unecessary printing in body expansion Date: Tue, 09 Oct 2018 13:03:23 -0300 Message-ID: <874ldv5cqc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9uU7-0003ow-VR for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 12:03:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9uU3-0000Ym-Ei for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 12:03:47 -0400 Received: from mail-qt1-x82c.google.com ([2607:f8b0:4864:20::82c]:46906) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9uU0-0000PI-Cc for emacs-orgmode@gnu.org; Tue, 09 Oct 2018 12:03:40 -0400 Received: by mail-qt1-x82c.google.com with SMTP id d8-v6so2178601qtk.13 for ; Tue, 09 Oct 2018 09:03:28 -0700 (PDT) Received: from personal ([189.4.76.209]) by smtp.gmail.com with ESMTPSA id s13-v6sm14686786qte.29.2018.10.09.09.03.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Oct 2018 09:03:27 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org-Mode mailing list --=-=-= Content-Type: text/plain TINYCHANGE --- lisp/ob-emacs-lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el index 7446af252..322d2882b 100644 --- a/lisp/ob-emacs-lisp.el +++ b/lisp/ob-emacs-lisp.el @@ -54,7 +54,7 @@ their value. It is used as the optional LEXICAL argument to (format "(let (%s)\n%s\n)" (mapconcat (lambda (var) - (format "%S" (print `(,(car var) ',(cdr var))))) + (format "%S" `(,(car var) ',(cdr var)))) vars "\n ") body)))) -- 2.11.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSq65nkOQUlTZ3CSIpJsuXSQJOMaQUCW7zRSwAKCRBJsuXSQJOM aXiQAJ4oiuD2t9dO/7Bk5wdUKuGAWhZzkwCfUtPIqovm9JRqfp5vvIyGJtl8qoA= =XC66 -----END PGP SIGNATURE----- --=-=-=--