*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-05 12:54:15 +00:00
parent a9d14e54a8
commit ace64e0a1f
3 changed files with 14 additions and 0 deletions

View file

@ -49,6 +49,9 @@ variables, including buffer-local and frame-local variables.
** Functions from `post-gc-hook' are run at the end of garbage
collection. The hook is run with GC inhibited, so use it with care.
** If the second argument to `copy-file' is the name of a directory,
the file is copied to that directory instead of signaling an error.
* Installation Changes in Emacs 21.1

View file

@ -1,3 +1,9 @@
2001-10-05 Gerd Moellmann <gerd@gnu.org>
* progmodes/compile.el (compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.
2001-10-05 Miles Bader <miles@gnu.org>
* progmodes/compile.el (grep-use-null-device): New variable.
@ -20,6 +26,7 @@
(minibuffer-contents-no-properties, delete-minibuffer-contents):
Functions removed (now subrs).
(minibuffer-prompt-width): Use `minibuffer-prompt-end'.
* minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
(minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
instead of calling `field-' functions directly.

View file

@ -1,3 +1,7 @@
2001-10-05 Gerd Moellmann <gerd@gnu.org>
* fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there.
2001-10-05 Miles Bader <miles@gnu.org>
* minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)