Mercurial > emacs
comparison src/ChangeLog @ 49447:d5ef8b62f209
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 19:49:44 +0000 |
parents | a4d0ee33dcce |
children | b153cf78084e |
comparison
equal
deleted
inserted
replaced
49446:21086b629b21 | 49447:d5ef8b62f209 |
---|---|
1 2003-01-25 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * lisp.h: Declare format2 instead of format1. | |
4 | |
5 * fileio.c (barf_or_query_if_file_exists): | |
6 Call format2 instead of format1. | |
7 | |
8 * editfns.c (format2): New function, replaces format1 | |
9 but takes exactly two Lisp Objects as format args. | |
10 | |
11 * buffer.c (Fkill_buffer): Call format2 instead of format1. | |
12 | |
1 2003-01-25 Jan D. <jan.h.d@swipnet.se> | 13 2003-01-25 Jan D. <jan.h.d@swipnet.se> |
2 | 14 |
3 * xterm.h: Change to return value of x_dispatch_event to int. | 15 * xterm.h: Change to return value of x_dispatch_event to int. |
4 | 16 |
5 * xterm.c (x_filter_event): New function. | 17 * xterm.c (x_filter_event): New function. |