Mercurial > emacs
comparison src/ChangeLog @ 72561:e97dbc216b2d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Aug 2006 10:01:29 +0000 |
parents | 92303e5498ea |
children | b82cda33a421 |
comparison
equal
deleted
inserted
replaced
72560:53d9c140485f | 72561:e97dbc216b2d |
---|---|
70 | 70 |
71 * fileio.c (Fmake_directory_internal, Fdelete_directory) | 71 * fileio.c (Fmake_directory_internal, Fdelete_directory) |
72 (Fdelete_file): Simplify; use list1. | 72 (Fdelete_file): Simplify; use list1. |
73 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): | 73 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): |
74 Simplify; remove NO_ARG_ARRAY stuff, use list2. | 74 Simplify; remove NO_ARG_ARRAY stuff, use list2. |
75 | |
76 2006-08-25 Richard Stallman <rms@gnu.org> | |
77 | |
78 * buffer.c (Fswitch_to_buffer): Fix previous change. | |
75 | 79 |
76 2006-08-25 Kim F. Storm <storm@cua.dk> | 80 2006-08-25 Kim F. Storm <storm@cua.dk> |
77 | 81 |
78 * keyboard.c (Fcurrent_idle_time): Simplify. | 82 * keyboard.c (Fcurrent_idle_time): Simplify. |
79 | 83 |