Mercurial > emacs
comparison etc/NEWS @ 94532:92e6b5d0dd28
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 02 May 2008 01:04:16 +0000 |
parents | 15e98f48709e |
children | 72bf8f6f42d5 |
comparison
equal
deleted
inserted
replaced
94531:b65258bcae70 | 94532:92e6b5d0dd28 |
---|---|
713 for the list of extra keys that are available. | 713 for the list of extra keys that are available. |
714 | 714 |
715 | 715 |
716 * Incompatible Lisp Changes in Emacs 23.1 | 716 * Incompatible Lisp Changes in Emacs 23.1 |
717 | 717 |
718 ** The argument DEFAULT of minibuffer input functions `read-from-minibuffer', | |
719 `read-string', `completing-read', `read-buffer', `read-command', | |
720 `read-variable' now can be a list of default values. The elements of | |
721 this list are available for inserting to the minibuffer with `M-n'. | |
722 If the user enters empty input, the first element is used as the default. | |
723 | |
718 ** `functionp' returns nil for special forms. | 724 ** `functionp' returns nil for special forms. |
719 I.e., it only returns t for objects that can be passed to `funcall'. | 725 I.e., it only returns t for objects that can be passed to `funcall'. |
720 | 726 |
721 +++ | 727 +++ |
722 ** The multibyteness of process filters is determined by the coding-system | 728 ** The multibyteness of process filters is determined by the coding-system |