branch: elpa/slime commit be003c65314d5068d603ad3844a17176ec622467 Author: Stas Boukarev <stass...@gmail.com> Commit: Stas Boukarev <stass...@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 ()