diff options
| author | Gerd Moellmann <gerd@gnu.org> | 2000-05-29 16:18:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-29 16:18:23 +0000 |
| commit | 66254a13e20f808ca4a15452fc0516a056fd1d0b (patch) | |
| tree | 4a7f3d084bc90a43fd74f2fc28b51183f1fe6275 | |
| parent | fdad0f1455b4ebe60138192ab4edbfb826f91d7a (diff) | |
| download | emacs-66254a13e20f808ca4a15452fc0516a056fd1d0b.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ae154ff8f..9971b7d0d2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann <gerd@gnu.org> + * 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 27215026414..6b5e24989a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Gerd Moellmann <gerd@gnu.org> + * 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. |
