Fix --subexps
This commit is contained in:
parent
da53ad73a1
commit
24c1a03b35
@ -1017,7 +1017,8 @@ arguments."
|
|||||||
prop-strs :format (option-value 'format opts)
|
prop-strs :format (option-value 'format opts)
|
||||||
:implicit-and (not (option-value 'no-implicit opts))
|
:implicit-and (not (option-value 'no-implicit opts))
|
||||||
:multi-char-names (option-value 'multi-char opts)
|
:multi-char-names (option-value 'multi-char opts)
|
||||||
:include-vars (not (option-value 'no-vars opts))))
|
:include-vars (not (option-value 'no-vars opts))
|
||||||
|
:include-intermediate (option-value 'subexps opts)))
|
||||||
(terpri)))))))
|
(terpri)))))))
|
||||||
|
|
||||||
(defun toplevel ()
|
(defun toplevel ()
|
||||||
|
Loading…
Reference in New Issue
Block a user