summaryrefslogtreecommitdiff
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-09-19 02:31:03 +0000
committerKenichi Handa <handa@m17n.org>2008-09-19 02:31:03 +0000
commitc674e738f4c2b81dbdd46bb792f6812c4d070c4c (patch)
treed878701fc4bd90392cbc9ab259933da19edc177c /admin/FOR-RELEASE
parentd473f8578afab21b7518037a28ea7296c6ee4153 (diff)
downloademacs-c674e738f4c2b81dbdd46bb792f6812c4d070c4c.tar.gz
Add an item for using EMACS_INT for buffer/string positions.
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r--admin/FOR-RELEASE3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 603a0ee49d9..ce88a34fb60 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -48,6 +48,9 @@ Fixed by this change?
* 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.