/[emacs]/emacs/src/keymap.h
ViewVC logotype

Diff of /emacs/src/keymap.h

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

revision 1.6 by kfstorm, Wed Feb 12 23:13:42 2003 UTC revision 1.7 by monnier, Sun May 4 00:10:01 2003 UTC
# Line 47  extern void initial_define_lispy_key P_ Line 47  extern void initial_define_lispy_key P_
47  extern void syms_of_keymap P_ ((void));  extern void syms_of_keymap P_ ((void));
48  extern void keys_of_keymap P_ ((void));  extern void keys_of_keymap P_ ((void));
49    
50    typedef void (*map_keymap_function_t)
51         P_ ((Lisp_Object, Lisp_Object, Lisp_Object, void*));
52    extern void map_keymap P_ ((Lisp_Object map, map_keymap_function_t fun, Lisp_Object largs, void* cargs, int autoload));
53    
54  #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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