Mercurial > emacs
changeset 23488:958ab288116d
(Vauto_fill_chars): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 Oct 1998 00:40:10 +0000 |
parents | 6bed0cb78b71 |
children | 09201cebfa21 |
files | src/charset.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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. */