From: Nick Roberts Date: Thu, 20 Apr 2006 23:03:03 +0000 (+0000) Subject: (note_mouse_highlight): Use build_string. X-Git-Tag: emacs-pretest-22.0.90~3025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d2edb373923ab34341985e9db31ea0b24ed62cd;p=emacs.git (note_mouse_highlight): Use build_string. --- 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) 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)