mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lyx_2_1.py: fix a mistake in previous commit
This commit is contained in:
parent
bfc749eb23
commit
13c6350155
@ -814,7 +814,7 @@ def revert_cancel(document):
|
|||||||
revert_use_package(document, "cancel", cancel_commands, False)
|
revert_use_package(document, "cancel", cancel_commands, False)
|
||||||
|
|
||||||
|
|
||||||
def revert_verbatim(document, starred):
|
def revert_verbatim(document, starred = False):
|
||||||
" Revert verbatim environments completely to TeX-code. "
|
" Revert verbatim environments completely to TeX-code. "
|
||||||
i = 0
|
i = 0
|
||||||
consecutive = False
|
consecutive = False
|
||||||
|
Loading…
Reference in New Issue
Block a user