Mercurial > emacs
changeset 50268:5c57c8538ddd
Fix long lines.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 22 Mar 2003 21:41:03 +0000 |
parents | d02800c89ee4 |
children | 7efe7c1f00f5 |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 22 20:54:45 2003 +0000 +++ b/src/ChangeLog Sat Mar 22 21:41:03 2003 +0000 @@ -154,8 +154,8 @@ (NativeRectangle): Declare as Rect for Mac. (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros. - * macfns.c (x_set_mouse_color): Setup hand_cursor instead of cross_cursor. - (x_set_cursor_color): Use x_display_and_set_cursor instead of x_display_cursor. + * macfns.c (x_set_mouse_color): Setup hand_cursor. + (x_set_cursor_color): Use x_display_and_set_cursor. * Makefile.in (xdisp.o): Add dependency on blockinput.h and files included from it. Add dependency on keymap.h.