/[qemacs]/qemacs/plugin-example/my_plugin.c
ViewVC logotype

Diff of /qemacs/plugin-example/my_plugin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by bellard, Sat May 29 10:19:31 2004 UTC revision 1.2 by chqrlie, Mon May 9 09:10:38 2005 UTC
# Line 15  static void insert_hello(EditState *s) Line 15  static void insert_hello(EditState *s)
15  }  }
16    
17  static CmdDef my_commands[] = {  static CmdDef my_commands[] = {
18      CMD0( KEY_CTRLX('h'), KEY_NONE, "insert-hello", insert_hello)      CMD_( KEY_CTRLX('h'), KEY_NONE, "insert-hello", insert_hello, "*")
19      CMD_DEF_END,      CMD_DEF_END,
20  };  };
21    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26