diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 02bd4d55942..5ad2ca857a2 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6898,6 +6898,7 @@ Text larger than the specified size is clipped. */) | |||
| 6898 | ptrdiff_t count = SPECPDL_INDEX (); | 6898 | ptrdiff_t count = SPECPDL_INDEX (); |
| 6899 | ptrdiff_t count_1; | 6899 | ptrdiff_t count_1; |
| 6900 | Lisp_Object window, size; | 6900 | Lisp_Object window, size; |
| 6901 | AUTO_STRING (tip, " *tip*"); | ||
| 6901 | 6902 | ||
| 6902 | specbind (Qinhibit_redisplay, Qt); | 6903 | specbind (Qinhibit_redisplay, Qt); |
| 6903 | 6904 | ||
| @@ -7054,7 +7055,6 @@ Text larger than the specified size is clipped. */) | |||
| 7054 | 7055 | ||
| 7055 | tip_f = XFRAME (tip_frame); | 7056 | tip_f = XFRAME (tip_frame); |
| 7056 | window = FRAME_ROOT_WINDOW (tip_f); | 7057 | window = FRAME_ROOT_WINDOW (tip_f); |
| 7057 | AUTO_STRING (tip, " *tip*"); | ||
| 7058 | set_window_buffer (window, Fget_buffer_create (tip), false, false); | 7058 | set_window_buffer (window, Fget_buffer_create (tip), false, false); |
| 7059 | w = XWINDOW (window); | 7059 | w = XWINDOW (window); |
| 7060 | w->pseudo_window_p = true; | 7060 | w->pseudo_window_p = true; |