diff src/charset.h @ 23488:958ab288116d

(Vauto_fill_chars): Extern it.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Oct 1998 00:40:10 +0000
parents 750deb2c6c0b
children 06e645781762
line wrap: on
line diff
--- a/src/charset.h	Mon Oct 19 00:40:10 1998 +0000
+++ b/src/charset.h	Mon Oct 19 00:40:10 1998 +0000
@@ -824,6 +824,9 @@
 #define GET_TRANSLATION_TABLE(id) \
   (XCONS(XVECTOR(Vtranslation_table_vector)->contents[(id)])->cdr)
 
+/* A char-table for characters which may invoke auto-filling.  */
+extern Lisp_Object Vauto_fill_chars;
+
 /* Copy LEN bytes from FROM to TO.  This macro should be used only
    when a caller knows that LEN is short and the obvious copy loop is
    faster than calling bcopy which has some overhead.  */