emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61008: closed ([PATCH] gnu: emacs-smartparens: Fix package cl deprec


From: GNU bug Tracking System
Subject: bug#61008: closed ([PATCH] gnu: emacs-smartparens: Fix package cl deprecation.)
Date: Tue, 07 Feb 2023 08:10:03 +0000

Your message dated Tue, 07 Feb 2023 09:08:58 +0100
with message-id <87zg9pc2xb.fsf@cbaines.net>
and subject line Re: [bug#61008] [PATCH v2] gnu: emacs-smartparens: Update to 
1.11.0-0.7afd647.
has caused the debbugs.gnu.org bug report #61008,
regarding [PATCH] gnu: emacs-smartparens: Fix package cl deprecation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61008: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61008
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-smartparens: Fix package cl deprecation. Date: Sun, 22 Jan 2023 17:29:13 +0100
* gnu/packages/emacs-xyz.scm (emacs-smartparens):
[arguments] Fix package cl deprecation.
---
 gnu/packages/emacs-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed5c3bd71d..8bde2825f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10575,6 +10575,17 @@ (define-public emacs-smartparens
        (sha256
         (base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'fix-deprecated-cl-warning
+            (lambda _
+              (substitute* "smartparens.el"
+                ((string-append
+                  "\\(eval-when-compile \\(require 'cl\\)\\) "
+                  " ; for `lexical-let'")
+                 "")))))))
     (propagated-inputs
      (list emacs-dash emacs-markdown-mode))
     (home-page "https://github.com/Fuco1/smartparens";)
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61008] [PATCH v2] gnu: emacs-smartparens: Update to 1.11.0-0.7afd647. Date: Tue, 07 Feb 2023 09:08:58 +0100 User-agent: mu4e 1.8.11; emacs 28.2
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm: Update to 1.11.0-0.7afd647.
> ---
>  gnu/packages/emacs-xyz.scm | 42 ++++++++++++++++++++------------------
>  1 file changed, 22 insertions(+), 20 deletions(-)

This looks to have been merged as
f6286812ec932e282ef540bab0f614b13218d54b, so marking as done.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]