*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-04-17 16:33:44 +00:00
parent 61294601ff
commit f4f480bdba
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-04-17 Gerd Moellmann <gerd@gnu.org>
* indent.el (indent-for-tab-command): Call indent-line-function
with no argument if PREFIX-ARG is non-nil.
* frame.el (delete-other-frames): Handle minibuffer-only frames.
2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>

View file

@ -1,3 +1,8 @@
2001-04-17 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (redisplay_window): Make sure to clear the desired glyph
matrix of mini-windows.
2001-04-12 Stefan Monnier <monnier@cs.yale.edu>
* intervals.c (find_interval): Don't rebalance during signal handling.