Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a9b08254
Commit
a9b08254
authored
May 02, 2008
by
Juri Linkov
Browse files
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.
parent
63b4387f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
etc/NEWS
etc/NEWS
+6
-0
No files found.
etc/NEWS
View file @
a9b08254
...
...
@@ -715,6 +715,12 @@ for the list of extra keys that are available.
* Incompatible Lisp Changes in Emacs 23.1
** The argument DEFAULT of minibuffer input functions `read-from-minibuffer',
`read-string', `completing-read', `read-buffer', `read-command',
`read-variable' now can be a list of default values. The elements of
this list are available for inserting to the minibuffer with `M-n'.
If the user enters empty input, the first element is used as the default.
** `functionp' returns nil for special forms.
I.e., it only returns t for objects that can be passed to `funcall'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment