aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-22 21:41:03 +0000
committerKim F. Storm2003-03-22 21:41:03 +0000
commit204ccab1d7d5dc45291551bb7a15cbd4ca9cd402 (patch)
treeec6730b3a95526511c75d2dd4331303fe9afb630 /src
parent00c64fabb06d7b1b6a750f44aabbf84f05f77fed (diff)
downloademacs-204ccab1d7d5dc45291551bb7a15cbd4ca9cd402.tar.gz
emacs-204ccab1d7d5dc45291551bb7a15cbd4ca9cd402.zip
Fix long lines.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cff0d176990..0171759825a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -154,8 +154,8 @@
154 (NativeRectangle): Declare as Rect for Mac. 154 (NativeRectangle): Declare as Rect for Mac.
155 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros. 155 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
156 156
157 * macfns.c (x_set_mouse_color): Setup hand_cursor instead of cross_cursor. 157 * macfns.c (x_set_mouse_color): Setup hand_cursor.
158 (x_set_cursor_color): Use x_display_and_set_cursor instead of x_display_cursor. 158 (x_set_cursor_color): Use x_display_and_set_cursor.
159 159
160 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files 160 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
161 included from it. Add dependency on keymap.h. 161 included from it. Add dependency on keymap.h.