]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vauto_fill_chars): Extern it.
authorKenichi Handa <handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000 (00:40 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Oct 1998 00:40:10 +0000 (00:40 +0000)
src/charset.h

index b25e66a563209867538ea9fd16e669e2ca773419..f03bb944811b052b3283ea6639f3b4529fe9ff63 100644 (file)
@@ -824,6 +824,9 @@ extern Lisp_Object Vtranslation_table_vector;
 #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.  */