Mercurial > emacs
changeset 94039:bfa6c843b638
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 12 Apr 2008 09:15:10 +0000 |
parents | a66451222c6a |
children | 59143f6957b1 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 12 09:13:14 2008 +0000 +++ b/src/ChangeLog Sat Apr 12 09:15:10 2008 +0000 @@ -1,3 +1,8 @@ +2008-04-12 Juanma Barranquero <lekktu@gmail.com> + + * fileio.c (Fexpand_file_name): Add declaration for `p' missing in + previous change. + 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca> * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars. @@ -20,7 +25,7 @@ 2008-04-10 Michael Albinus <michael.albinus@gmx.de> * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK - only after check for file name handler functions. Signal, when + only after check for file name handler functions. Signal, when native functionality is not supported. (syms_of_fileio): Declare it unconditionally.