# HG changeset patch # User Nick Roberts # Date 1145574183 0 # Node ID 9c0686770e8716aca50ee184c52767d2d963a2bb # Parent aaccd198c2beeba2a9d7c89068f972c48f168fbc (note_mouse_highlight): Use build_string. diff -r aaccd198c2be -r 9c0686770e87 src/xdisp.c --- a/src/xdisp.c Thu Apr 20 23:00:16 2006 +0000 +++ b/src/xdisp.c Thu Apr 20 23:03:03 2006 +0000 @@ -22387,7 +22387,7 @@ if (part == ON_VERTICAL_BORDER) { cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor; - help_echo_string = make_string ("drag-mouse-1: resize", 20); + help_echo_string = build_string ("drag-mouse-1: resize"); } else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE || part == ON_SCROLL_BAR)