branch: elpa/macrostep
commit 56802789edfef21969ff2da878b10224546db335
Author: joddie <[email protected]>
Commit: joddie <[email protected]>

    Gross hack to macrostep--slime-propertize-macros
---
 macrostep.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/macrostep.el b/macrostep.el
index a8832e1..391ec56 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -939,8 +939,7 @@ expansion will not be fontified.  See also
       (let ((paren-begin (match-beginning 1)) (paren-end (match-end 1))
             (symbol-begin (match-beginning 2)) (symbol-end (match-end 2)))
         (save-excursion
-          (goto-char (match-beginning 0))
-          (let* ((sexp (slime-sexp-at-point))
+          (let* ((sexp (concat "(" (match-string 2) ")"))  ; FIXME HACK
                  (macro-type (macrostep-slime-macro-form-p sexp)))
             (when macro-type
               (put-text-property paren-begin paren-end

Reply via email to