qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Changes to qemacs/plugin-example/my_plugin.c


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/plugin-example/my_plugin.c
Date: Mon, 09 May 2005 05:10:42 -0400

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,
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]