From: Gerd Moellmann Date: Mon, 29 May 2000 16:18:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3630 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/66254a13e20f808ca4a15452fc0516a056fd1d0b?hp=fdad0f1455b4ebe60138192ab4edbfb826f91d7a *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ae154ff8..9971b7d0d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann + * dabbrev.el (dabbrev-expand): Don't display messages in the + echo area if the minibuffer window is active. + * jit-lock.el (jit-lock-mode): Add after change function to local hook. diff --git a/src/ChangeLog b/src/ChangeLog index 2721502641..6b5e24989a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann + * syntax.c (find_defun_start): Move test for + open_paren_in_column_0_is_defun_start outside of the loop. + * xdisp.c (redisplay_window): Really switch buffers when displaying mode lines, and temporarily set selected_frame to the frame of the window that's redisplayed.