manually restore property on scribble reader example
svn: r8888 original commit: c8f3d15c7954c174eba07ecbec95640239af9d81
This commit is contained in:
parent
b34013592f
commit
3b66001cdc
|
@ -678,7 +678,11 @@ example, implicitly quoted keywords:
|
|||
(eval:alts
|
||||
(code:line
|
||||
#, @tt["@foo[x 1 y (* 2 3)]{blah}"])
|
||||
@foo[x 1 y (* 2 3)]{blah})
|
||||
;; Unfortunately, expressions are preserved by `def+int'
|
||||
;; using `quote', not `quote-syntax' (which would create all sorts
|
||||
;; or binding trouble), so we manually re-attach the property:
|
||||
(eval (syntax-property #'@foo[x 1 y (* 2 3)]{blah}
|
||||
'scribble '(form 4 1))))
|
||||
]
|
||||
|
||||
In addition, the Scribble parser uses syntax properties to mark syntax
|
||||
|
|
Loading…
Reference in New Issue
Block a user