local sel = selection.new(); */
| 124 | |
| 125 | /* local sel = selection.new(); */ |
| 126 | staticfn int |
| 127 | l_selection_new(lua_State *L) |
| 128 | { |
| 129 | (void) l_selection_push_new(L); |
| 130 | return 1; |
| 131 | } |
| 132 | |
| 133 | /* Replace the topmost selection in the stack with a clone of it. */ |
| 134 | /* local sel = selection.clone(sel); */ |
no test coverage detected