diff options
| author | Eli Zaretskii | 2000-10-21 08:57:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-21 08:57:18 +0000 |
| commit | 18ad482131835b5e32bc5de50f9cb3a254967021 (patch) | |
| tree | 60cc8ac2eb1c92a8200d31cd0594e49351e78034 /src/ChangeLog | |
| parent | 8c5d801f458fba4e5e290f01d3130f18ded10e33 (diff) | |
| download | emacs-18ad482131835b5e32bc5de50f9cb3a254967021.tar.gz emacs-18ad482131835b5e32bc5de50f9cb3a254967021.zip | |
(Fminibuffer_complete): Call Fpos_visible_in_window_p
with an additional argument of Qt.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4d64cde2e0d..7e14785177b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p | ||
| 4 | with an additional argument of Qt. | ||
| 5 | |||
| 1 | 2000-10-21 Miles Bader <miles@gnu.org> | 6 | 2000-10-21 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * window.c (pos_fully_visible_in_window_p): New function. | 8 | * window.c (pos_fully_visible_in_window_p): New function. |