comparison etc/NEWS @ 98766:97ea34b8fed2

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 20:22:21 +0000
parents 00dffcbf2eb8
children 3c8503664c02
comparison
equal deleted inserted replaced
98765:c300c301c4bf 98766:97ea34b8fed2
1167 +++ 1167 +++
1168 *** The new interactive spec code ^ says to first call 1168 *** The new interactive spec code ^ says to first call
1169 handle-shift-selection if shift-select-mode is non-nil, before reading 1169 handle-shift-selection if shift-select-mode is non-nil, before reading
1170 the command arguments. This is used for shift-selection (see above). 1170 the command arguments. This is used for shift-selection (see above).
1171 1171
1172 +++
1172 *** Built-in functions can now have an interactive specification that 1173 *** Built-in functions can now have an interactive specification that
1173 is not a prompt string. If the `intspec' parameter of a `DEFUN' 1174 is not a prompt string. If the `intspec' parameter of a `DEFUN'
1174 starts with a `(', the string is evaluated as a Lisp form. 1175 starts with a `(', the string is evaluated as a Lisp form.
1175 1176
1177 +++
1176 *** The interactive-form of a function can be added post-facto via the 1178 *** The interactive-form of a function can be added post-facto via the
1177 `interactive-form' symbol property. Mostly useful to add complex 1179 `interactive-form' symbol property. Mostly useful to add complex
1178 interactive forms to subroutines. 1180 interactive forms to subroutines.
1179 1181
1180 ** Region changes 1182 ** Region changes