Mercurial > emacs
changeset 98766:97ea34b8fed2
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Oct 2008 20:22:21 +0000 |
parents | c300c301c4bf |
children | abb63d1375ec |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Oct 15 20:22:03 2008 +0000 +++ b/etc/NEWS Wed Oct 15 20:22:21 2008 +0000 @@ -1169,10 +1169,12 @@ handle-shift-selection if shift-select-mode is non-nil, before reading the command arguments. This is used for shift-selection (see above). ++++ *** Built-in functions can now have an interactive specification that is not a prompt string. If the `intspec' parameter of a `DEFUN' starts with a `(', the string is evaluated as a Lisp form. ++++ *** The interactive-form of a function can be added post-facto via the `interactive-form' symbol property. Mostly useful to add complex interactive forms to subroutines.