Skip to content

Commit 0a8bca1

Browse files
Change the prompts as early as we need it
1 parent b3bcdb9 commit 0a8bca1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wxMathML.lisp

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
(setq $lmxchar #\()
5757
(setq $rmxchar #\))
5858

59+
(setf *prompt-prefix* "<PROMPT>")
60+
(setf *prompt-suffix* "</PROMPT>")
5961
;; Permanently assign a property named indic with the value val to the symbol sym
6062
;;
6163
;; Properties can, for example, tell the formatter how to express this

0 commit comments

Comments
 (0)