aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-12 09:15:10 +0000
committerJuanma Barranquero2008-04-12 09:15:10 +0000
commitf5acc0717259c46dbe2660358dca316957aaa5d7 (patch)
tree799561444d01ddc3520fbebdab495114a5984881 /src/ChangeLog
parent5b5a2ea177e799eba183a33aec466d62a1ca949f (diff)
downloademacs-f5acc0717259c46dbe2660358dca316957aaa5d7.tar.gz
emacs-f5acc0717259c46dbe2660358dca316957aaa5d7.zip
(Fexpand_file_name): Add declaration for `p' missing in previous change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75be9df4b12..dec4f11e353 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-04-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
4 previous change.
5
12008-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 62008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars. 8 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
@@ -20,7 +25,7 @@
202008-04-10 Michael Albinus <michael.albinus@gmx.de> 252008-04-10 Michael Albinus <michael.albinus@gmx.de>
21 26
22 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK 27 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
23 only after check for file name handler functions. Signal, when 28 only after check for file name handler functions. Signal, when
24 native functionality is not supported. 29 native functionality is not supported.
25 (syms_of_fileio): Declare it unconditionally. 30 (syms_of_fileio): Declare it unconditionally.
26 31