Mercurial > hg > xemacs-beta
comparison src/buffer.h @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | c5d627a313b1 |
children | e11d67e05968 |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
1787 | 1787 |
1788 /* Downcase a character, or make no change if that cannot be done. */ | 1788 /* Downcase a character, or make no change if that cannot be done. */ |
1789 | 1789 |
1790 #define DOWNCASE(buf, ch) DOWNCASE_TABLE_OF (buf, ch) | 1790 #define DOWNCASE(buf, ch) DOWNCASE_TABLE_OF (buf, ch) |
1791 | 1791 |
1792 | |
1793 /* put it here, somewhat arbitrarily ... it needs to be in *some* | |
1794 header file. */ | |
1795 DECLARE_LRECORD (range_table, struct Lisp_Range_Table); | |
1796 | |
1797 #endif /* _XEMACS_BUFFER_H_ */ | 1792 #endif /* _XEMACS_BUFFER_H_ */ |