]> git.lyx.org Git - features.git/commit
Correctly distinguish LyX macros from those defined in ERT
authorEnrico Forestieri <forenr@lyx.org>
Thu, 15 Sep 2016 22:43:04 +0000 (00:43 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 15 Sep 2016 22:43:04 +0000 (00:43 +0200)
commita26e75cd8adc26105fab175f88d646fd19cbd595
tree720c08067f7bfed2176478d8cf665008a4c87519
parent364e8d66927161abec69c597a7022162db9a8af9
Correctly distinguish LyX macros from those defined in ERT

At this time the MacroData of a macro is still uninitialized,
so the macro() method always returns null.
src/Cursor.cpp