summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-04-20 23:03:03 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-04-20 23:03:03 +0000
commit12678a5b23d25fd4eab1c9c2e76e3870e3033d42 (patch)
tree5376b36686347284c57f8db27a055e2a2155ff30
parentcf315fc18ed7ff996eb44ce9eebc9c053cdec7be (diff)
downloademacs-12678a5b23d25fd4eab1c9c2e76e3870e3033d42.tar.gz
(note_mouse_highlight): Use build_string.
-rw-r--r--src/xdisp.c2
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)
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)