Changes to qemacs/plugin-example/my_plugin.c
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/plugin-example/my_plugin.c
diff -u qemacs/plugin-example/my_plugin.c:1.1.1.1 qemacs/plugin-example/my_plugin.c:1.2
--- qemacs/plugin-example/my_plugin.c:1.1.1.1 Sat May 29 10:19:31 2004
+++ qemacs/plugin-example/my_plugin.c Mon May 9 09:10:38 2005
@@ -15,7 +15,7 @@
}
static CmdDef my_commands[] = {
- CMD0( KEY_CTRLX('h'), KEY_NONE, "insert-hello", insert_hello)
+ CMD_( KEY_CTRLX('h'), KEY_NONE, "insert-hello", insert_hello, "*")
CMD_DEF_END,
};