Mercurial > emacs
changeset 70143:9c0686770e87
(note_mouse_highlight): Use build_string.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 20 Apr 2006 23:03:03 +0000 |
parents | aaccd198c2be |
children | 60a94b1ec37e |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)