comparison etc/NEWS @ 82103:fac8f5421213

(Finteractive_form): Use a `interactive-form' property if present, analogous to the function-documentation property.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jul 2007 06:24:58 +0000
parents 9d01f26910cf
children d8cdd93afcc4
comparison
equal deleted inserted replaced
82102:5b55db78e6d8 82103:fac8f5421213
202 remote connection has been established already. 202 remote connection has been established already.
203 203
204 ** The two new functions `looking-at-p' and `string-match-p' can do 204 ** The two new functions `looking-at-p' and `string-match-p' can do
205 the same matching as `looking-at' and `string-match' without changing 205 the same matching as `looking-at' and `string-match' without changing
206 the match data. 206 the match data.
207
208 ** The interactive-form of a function can be added post-facto via the
209 `interactive-form' symbol property. Mostly useful to add complex interactive
210 forms to subroutines.
207 211
208 * New Packages for Lisp Programming in Emacs 23.1 212 * New Packages for Lisp Programming in Emacs 23.1
209 213
210 214
211 ---------------------------------------------------------------------- 215 ----------------------------------------------------------------------