comparison src/charset.h @ 23488:958ab288116d

(Vauto_fill_chars): Extern it.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Oct 1998 00:40:10 +0000
parents 750deb2c6c0b
children 06e645781762
comparison
equal deleted inserted replaced
23487:6bed0cb78b71 23488:958ab288116d
822 822
823 /* Return a translation table of id number ID. */ 823 /* Return a translation table of id number ID. */
824 #define GET_TRANSLATION_TABLE(id) \ 824 #define GET_TRANSLATION_TABLE(id) \
825 (XCONS(XVECTOR(Vtranslation_table_vector)->contents[(id)])->cdr) 825 (XCONS(XVECTOR(Vtranslation_table_vector)->contents[(id)])->cdr)
826 826
827 /* A char-table for characters which may invoke auto-filling. */
828 extern Lisp_Object Vauto_fill_chars;
829
827 /* Copy LEN bytes from FROM to TO. This macro should be used only 830 /* Copy LEN bytes from FROM to TO. This macro should be used only
828 when a caller knows that LEN is short and the obvious copy loop is 831 when a caller knows that LEN is short and the obvious copy loop is
829 faster than calling bcopy which has some overhead. */ 832 faster than calling bcopy which has some overhead. */
830 833
831 #define BCOPY_SHORT(from, to, len) \ 834 #define BCOPY_SHORT(from, to, len) \