emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/slime be003c6531 2/4: swank-format-string-expand: handle e


From: ELPA Syncer
Subject: [nongnu] elpa/slime be003c6531 2/4: swank-format-string-expand: handle environment.
Date: Thu, 25 Apr 2024 16:01:05 -0400 (EDT)

branch: elpa/slime
commit be003c65314d5068d603ad3844a17176ec622467
Author: Stas Boukarev <stassats@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>

    swank-format-string-expand: handle environment.
---
 swank.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swank.lisp b/swank.lisp
index 6a7a9ea10b..ab7e2146d5 100644
--- a/swank.lisp
+++ b/swank.lisp
@@ -2625,8 +2625,8 @@ the filename of the module (or nil if the file doesn't 
exist).")
      (unless expanded? (return expansion))
      (setq form expansion))))
 
-(defslimefun swank-format-string-expand (string)
-  (apply-macro-expander #'format-string-expand string))
+(defslimefun swank-format-string-expand (string &optional environment)
+  (apply-macro-expander #'format-string-expand string environment))
 
 (defslimefun disassemble-form (form)
   (with-buffer-syntax ()



reply via email to

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