diff options
author | Kenichi Handa <handa@m17n.org> | 1998-10-19 00:40:10 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-10-19 00:40:10 +0000 |
commit | 69535a4bd59a410f92e4992955e74b02c378bb21 (patch) | |
tree | ce0f4d9f8db96559c8e7c5e11123be8dacdcdf2a /src/charset.h | |
parent | 01428933ec32087243ad80947484b0a489bb63b5 (diff) | |
download | emacs-69535a4bd59a410f92e4992955e74b02c378bb21.tar.gz |
(Vauto_fill_chars): Extern it.
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |