1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2004-11-20 22:09:16 +00:00
parent 4d19f455ab
commit 9d00469fca
3 changed files with 10 additions and 0 deletions

View File

@ -2335,6 +2335,10 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
** read-from-minibuffer now accepts an additional argument KEEP-ALL
saying to put all inputs in the history list, even empty ones.
+++
** The new variable search-spaces-regexp controls how to search
for spaces in a regular expression. If it is non-nil, it should be a

View File

@ -1,5 +1,8 @@
2004-11-20 Richard M. Stallman <rms@gnu.org>
* minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
read-from-minibuffer.
* searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2004-11-19 Richard M. Stallman <rms@gnu.org>

View File

@ -1,5 +1,8 @@
2004-11-20 Richard M. Stallman <rms@gnu.org>
* minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
(Fread_from_minibuffer): New ark KEEP_ALL. Callers changed.
* search.c (Vsearch_spaces_regexp):
Renamed from Vsearch_whitespace_regexp. All uses changed.