changeset 98234:dc12281f6c35

Add an item for using EMACS_INT for buffer/string positions.
author Kenichi Handa <handa@m17n.org>
date Fri, 19 Sep 2008 02:30:52 +0000
parents 4cd1e1167e99
children eabb75a0a4b5
files admin/FOR-RELEASE
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Fri Sep 19 01:35:59 2008 +0000
+++ b/admin/FOR-RELEASE	Fri Sep 19 02:30:52 2008 +0000
@@ -48,6 +48,9 @@
 	* ps-print.el: [...]
 	(ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
 
+** In C, use EMACS_INT for variables and structure members
+for buffer/string positions.  E.g. struct it, struct text_pos.
+
 * DOCUMENTATION
 
 ** Clean up Emacs.app references in code and documentation.