*** empty log message ***

This commit is contained in:
Kim F. Storm 2002-10-24 19:57:38 +00:00
parent 5748c2e8d4
commit 7a21b1f0d9

View file

@ -1,3 +1,13 @@
2002-10-24 Kim F. Storm <storm@cua.dk>
* xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
Callers changed (supply dummy arg).
* lisp.h (get_window_cursor_type): Update prototype.
* w32term.c (x_display_and_set_cursor): Get active_cursor from
get_window_cursor_type to track system caret.
2002-10-24 Kim F. Storm <storm@cua.dk>
* process.c (Fformat_network_address): New function.