diff options
| author | Nick Roberts | 2006-04-20 23:03:03 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-04-20 23:03:03 +0000 |
| commit | 9d2edb373923ab34341985e9db31ea0b24ed62cd (patch) | |
| tree | 1de758c049b9c89eb5dd44fde4d2b9d8a192d5df /src | |
| parent | bf49275d6e64ecc8b4a59245753452580888b7a0 (diff) | |
| download | emacs-9d2edb373923ab34341985e9db31ea0b24ed62cd.tar.gz emacs-9d2edb373923ab34341985e9db31ea0b24ed62cd.zip | |
(note_mouse_highlight): Use build_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 5e6d5277a2b..b4ebd59563b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22387,7 +22387,7 @@ note_mouse_highlight (f, x, y) | |||
| 22387 | if (part == ON_VERTICAL_BORDER) | 22387 | if (part == ON_VERTICAL_BORDER) |
| 22388 | { | 22388 | { |
| 22389 | cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor; | 22389 | cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor; |
| 22390 | help_echo_string = make_string ("drag-mouse-1: resize", 20); | 22390 | help_echo_string = build_string ("drag-mouse-1: resize"); |
| 22391 | } | 22391 | } |
| 22392 | else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE | 22392 | else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE |
| 22393 | || part == ON_SCROLL_BAR) | 22393 | || part == ON_SCROLL_BAR) |