Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/buffer.h Mon Aug 13 10:31:30 2007 +0200 +++ b/src/buffer.h Mon Aug 13 10:32:22 2007 +0200 @@ -1789,9 +1789,4 @@ #define DOWNCASE(buf, ch) DOWNCASE_TABLE_OF (buf, ch) - -/* put it here, somewhat arbitrarily ... it needs to be in *some* - header file. */ -DECLARE_LRECORD (range_table, struct Lisp_Range_Table); - #endif /* _XEMACS_BUFFER_H_ */