]> code.delx.au - gnu-emacs/blobdiff - src/character.h
* src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.
[gnu-emacs] / src / character.h
index 5043880cb42f94a5147161cc783eff8a32733a93..859d717a0bac2c42ff133d1fd4b45e61b36527f1 100644 (file)
@@ -660,6 +660,11 @@ extern ptrdiff_t lisp_string_width (Lisp_Object, ptrdiff_t,
 extern Lisp_Object Vchar_unify_table;
 extern Lisp_Object string_escape_byte8 (Lisp_Object);
 
+extern bool alphabeticp (int);
+extern bool decimalnump (int);
+extern bool graphicp (int);
+extern bool printablep (int);
+
 /* Return a translation table of id number ID.  */
 #define GET_TRANSLATION_TABLE(id) \
   (XCDR (XVECTOR (Vtranslation_table_vector)->contents[(id)]))