.
original commit: e743880738a122f6ad10d440aed7b00624303ff0
This commit is contained in:
parent
1d360dbecc
commit
ccc794f7b2
|
@ -670,7 +670,8 @@
|
|||
pp-expr
|
||||
depth)
|
||||
(let ((head (car expr)))
|
||||
(if (symbol? head)
|
||||
(if (and (symbol? head)
|
||||
(not (size-hook head display?)))
|
||||
(let ((proc (style head)))
|
||||
(if proc
|
||||
(proc expr col extra depth)
|
||||
|
|
Loading…
Reference in New Issue
Block a user