mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Thinko.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37251 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
054dfe3c00
commit
8f207c5736
@ -47,7 +47,7 @@ def next_inset_toggle(line):
|
||||
|
||||
|
||||
def optional_insert(line):
|
||||
return simple_renaming(line, "argument-insert", "optional-insert")
|
||||
return simple_renaming(line, "optional-insert", "argument-insert")
|
||||
|
||||
|
||||
re_nm = re.compile(r'^(.*)notes-mutate\s+(\w+)\s+(\w+)(.*)$')
|
||||
|
Loading…
Reference in New Issue
Block a user