From: Kenichi Handa Date: Mon, 19 Oct 1998 00:40:10 +0000 (+0000) Subject: (Vauto_fill_chars): Extern it. X-Git-Tag: emacs-20.4~1461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69535a4bd59a410f92e4992955e74b02c378bb21;p=emacs.git (Vauto_fill_chars): Extern it. --- 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. */