*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-08-21 21:47:55 +00:00
parent d6049c7884
commit 0f46746863
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-08-21 Kim F. Storm <storm@cua.dk>
* ido.el (ido-ignore-item-p): Use save-match-data.
Bind case-fold-search to ido-case-fold locally.
2005-08-20 Richard M. Stallman <rms@gnu.org>
* files.el (normal-mode): If font lock is on, turn it off and on.

View file

@ -1,5 +1,8 @@
2005-08-21 Kim F. Storm <storm@cua.dk>
* fringe.c (update_window_fringes): Only put TOP and BOTTOM
bitmaps on fully visible rows.
* fringe.c (update_window_fringes): Replace FORCE_P arg with
KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
and return 0.