diff src/console-impl.h @ 2828:a25c824ed558

[xemacs-hg @ 2005-06-26 18:04:49 by aidan] Rename the ascii-character property, support more keysyms.
author aidan
date Sun, 26 Jun 2005 18:05:05 +0000
parents 6fa9919a9a0b
children 4eb2a8c07cb3
line wrap: on
line diff
--- a/src/console-impl.h	Sat Jun 25 21:51:12 2005 +0000
+++ b/src/console-impl.h	Sun Jun 26 18:05:05 2005 +0000
@@ -74,6 +74,8 @@
     (Lisp_Object connection, Error_Behavior errb);
   Lisp_Object (*device_to_console_connection_method)
     (Lisp_Object connection, Error_Behavior errb);
+  Lisp_Object (*perhaps_init_unseen_key_defaults_method)
+    (struct console *, Lisp_Object keysym);
 
   /* device methods */
   void (*init_device_method) (struct device *, Lisp_Object props);