diff options
| author | Gerd Moellmann | 2000-12-11 21:13:33 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 21:13:33 +0000 |
| commit | a3642e49097db87eb3144b61c5e2bda6c011d13c (patch) | |
| tree | 3d79cba2846adbe6104ea774867511cf24805cf4 /src/ChangeLog | |
| parent | 44b5a125d347949d86c0e9209217a04c77c04c7b (diff) | |
| download | emacs-a3642e49097db87eb3144b61c5e2bda6c011d13c.tar.gz emacs-a3642e49097db87eb3144b61c5e2bda6c011d13c.zip | |
(Fx_hide_tip): Fix last change.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 871b0e72ce0..e450bebd4d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (Fx_hide_tip): Fix last change. | ||
| 4 | |||
| 3 | * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's | 5 | * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's |
| 4 | nothing to do. Bind inhibit-quit. | 6 | nothing to do. Bind inhibit-quit. |
| 5 | (tip_frame): Make it a Lisp_Object. | 7 | (tip_frame): Make it a Lisp_Object. |