From 69535a4bd59a410f92e4992955e74b02c378bb21 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 19 Oct 1998 00:40:10 +0000 Subject: [PATCH] (Vauto_fill_chars): Extern it. --- src/charset.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/charset.h b/src/charset.h index b25e66a5632..f03bb944811 100644 --- a/src/charset.h +++ b/src/charset.h @@ -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. */ -- 2.39.2