Remove duplicate log entry.

This commit is contained in:
Miles Bader 2000-12-19 03:09:13 +00:00
parent e2c3fbf3b8
commit b6ea4b21de

View file

@ -178,20 +178,6 @@
* tooltip.el (tooltip-show): If an error is signaled in
x-show-tip, display that error, and display the help in the
echo area.
2000-12-15 Miles Bader <miles@gnu.org>
* window.el (mode-line-window-height-fudge): Function removed.
(height-affecting-face-attributes, mode-line-window-height-fudge):
Variables removed.
* textmodes/ispell.el (ispell-overlay-window): Ensure that the new
window is really the right size. Use vertical-motion
rather than forward-line.
(ispell-help): Don't use ispell-mode-line-window-height-fudge.
(ispell-choices-win-default-height): Function removed.
(ispell-command-loop, ispell-show-choices): Use the variable
ispell-mode-line-window-height-fudge, rather than the function.
(ispell-mode-line-window-height-fudge): Function removed.
2000-12-14 Kenichi Handa <handa@etl.go.jp>