1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2004-04-14 20:02:33 +00:00
parent 1e328a982c
commit 5e30a0fbb8
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-04-14 Nick Roberts <nick@nick.uklinux.net>
* windows.texi (Selecting Windows): Note that get-lru-window
returns a full-width window if possible.
2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
* buffers.texi: Various changes in addition to:

View file

@ -1,3 +1,7 @@
2004-04-14 Nick Roberts <nick@nick.uklinux.net>
* window.c (Fget_lru_window): Doc fix.
2004-04-14 Kim F. Storm <storm@cua.dk>
* editfns.c (Fformat): Fix allocation size of precision array.