Mercurial > emacs
diff src/ChangeLog @ 68318:682fe4bc1fa5
(get_window_cursor_type): Fix last change.
Update copyright year.
| author | Romain Francoise <romain@orebokech.com> |
|---|---|
| date | Sat, 21 Jan 2006 18:04:09 +0000 |
| parents | e4979192f24b |
| children | 8f2692a01d74 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 21 13:27:46 2006 +0000 +++ b/src/ChangeLog Sat Jan 21 18:04:09 2006 +0000 @@ -1,3 +1,8 @@ +2006-01-21 Romain Francoise <romain@orebokech.com> + + * xdisp.c (get_window_cursor_type): Fix last change. + Update copyright year. + 2006-01-20 Eli Zaretskii <eliz@gnu.org> * lread.c (Fload): Don't leak the file descriptor returned by @@ -8,7 +13,7 @@ (sys_dup): Protect against new_fd larger than fd_info[] can handle. (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly to _read. - (sys_write): If FD is outside [0..MAXDESC) limits, pass it + (sys_write): If FD is outside [0..MAXDESC) limits, pass it directly to _write. * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
