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

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

[nongnu] elpa/macrostep 99d2cc7 020/110: Don't fontify a quoted macro si


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 99d2cc7 020/110: Don't fontify a quoted macro since this won't get expanded normally
Date: Sat, 7 Aug 2021 09:17:54 -0400 (EDT)

branch: elpa/macrostep
commit 99d2cc74e97dad2a697b7a639301fd56222d39de
Author: George Kettleborough <g.kettleborough@member.fsf.org>
Commit: George Kettleborough <g.kettleborough@member.fsf.org>

    Don't fontify a quoted macro since this won't get expanded normally
---
 macrostep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macrostep.el b/macrostep.el
index 1784e8b..fdd01f9 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -618,7 +618,7 @@ expansion will not be fontified.  See also
       (cond ((and (eq head 'quote)     ; quote
                  (= (length sexp) 2))
             (insert "'")
-            (macrostep-print-sexp (cadr sexp)))
+            (macrostep-print-sexp (cadr sexp) t))
 
            ((and (memq head '(\, \,@)) ; unquote
                  (= (length sexp) 2))



reply via email to

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