Mercurial > emacs
diff src/ChangeLog @ 32992:8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
applying XBUFFER to it.
* keymap.c (where_is_internal): Pass lisp object, not integer, to Faref.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Fri, 27 Oct 2000 23:01:20 +0000 |
| parents | a3db89bef2e5 |
| children | b81a0bbc5682 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 27 22:59:52 2000 +0000 +++ b/src/ChangeLog Fri Oct 27 23:01:20 2000 +0000 @@ -2,6 +2,12 @@ * window.h (Fwindow_live_p): Declare. + * undo.c (record_delete): Check that last_undo_buffer is really a + buffer before applying XBUFFER to it. + + * keymap.c (where_is_internal): Pass lisp object, not integer, to + Faref. + 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> * lisp.h (KEYMAPP): New macro.
