mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Fixed bug
This commit is contained in:
parent
d3906a023d
commit
25e0d3e6a1
@ -289,7 +289,7 @@
|
||||
(pretail nil :type list) ;Tail's predecessor if tail's car is a block that can be inlined at the end of the output list; nil otherwise.
|
||||
(logical-line-width 0 :type integer);Logical line width for the current paragraph
|
||||
(division-length nil) ;Number of characters in the current division block; t if more than one line; nil if not emitting division block.
|
||||
(logical-position nil :type logical-position)) ;Information about the current logical lines or nil if not emitting paragraph contents
|
||||
(logical-position nil :type (or null logical-position))) ;Information about the current logical lines or nil if not emitting paragraph contents
|
||||
|
||||
; ;RTF ;HTML
|
||||
(defconstant *markup-stream-top-level* 0) ;Top-level group ;Top level
|
||||
|
Loading…
x
Reference in New Issue
Block a user