Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4383:1e04b9c8125b
Correct the make-temp-name docstring.
Take the opportunity to correct the format of ChangeLog.
2008-01-03 Aidan Kehoe <kehoea@parhasard.net>
* fileio.c (Fmake_temp_name): Correct the comment to cross
reference to make-temp-file, and not to this function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 03 Jan 2008 22:36:04 +0100 |
parents | 3906442b491b |
children | 4363b75330ca |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 03 12:45:44 2008 +0100 +++ b/src/ChangeLog Thu Jan 03 22:36:04 2008 +0100 @@ -1,3 +1,8 @@ +2008-01-03 Aidan Kehoe <kehoea@parhasard.net> + + * fileio.c (Fmake_temp_name): Correct the comment to cross + reference to make-temp-file, and not to this function. + 2008-01-03 Stephen J. Turnbull <stephen@xemacs.org> * doc.c (Fbuilt_in_symbol_file): Improve style. @@ -10,7 +15,6 @@ * console-gtk.c (gtk_perhaps_init_unseen_key_defaults): Correct the initialisation of the hash table, on the model of the MSW and TTY builds. - 2008-01-02 Aidan Kehoe <kehoea@parhasard.net>