]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mouse_highlight): Use build_string.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 20 Apr 2006 23:03:03 +0000 (23:03 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 20 Apr 2006 23:03:03 +0000 (23:03 +0000)
src/xdisp.c

index 5e6d5277a2b49ce78c6dedaec9e6af4ddc1106c6..b4ebd59563bc32d0456631ba2a413c61e37c89bc 100644 (file)
@@ -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)