comparison etc/NEWS @ 98786:5af028ab0136

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 16 Oct 2008 20:06:38 +0000
parents 3c8503664c02
children 10277ac4084f
comparison
equal deleted inserted replaced
98785:07db57b520bc 98786:5af028ab0136
1175 `interactive-form' symbol property. Mostly useful to add complex 1175 `interactive-form' symbol property. Mostly useful to add complex
1176 interactive forms to subroutines. 1176 interactive forms to subroutines.
1177 1177
1178 ** Region changes 1178 ** Region changes
1179 1179
1180 +++
1180 *** Commands should use `use-region-p' to test whether there is 1181 *** Commands should use `use-region-p' to test whether there is
1181 an active region that they should operate on. 1182 an active region that they should operate on.
1182 1183
1183 *** `region-active-p' returns non-nil when Transient Mark mode is 1184 *** `region-active-p' returns non-nil when Transient Mark mode is
1184 enabled and there is an active region. This is NOT the best function 1185 enabled and there is an active region. This is NOT the best function