We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bcdb9 commit 0a8bca1Copy full SHA for 0a8bca1
src/wxMathML.lisp
@@ -56,6 +56,8 @@
56
(setq $lmxchar #\()
57
(setq $rmxchar #\))
58
59
+(setf *prompt-prefix* "<PROMPT>")
60
+(setf *prompt-suffix* "</PROMPT>")
61
;; Permanently assign a property named indic with the value val to the symbol sym
62
;;
63
;; Properties can, for example, tell the formatter how to express this
0 commit comments