diff options
| author | Michael Albinus | 2008-04-10 20:47:59 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-04-10 20:47:59 +0000 |
| commit | 474d35ca3f9f6942ddaaee2298e83185a736a688 (patch) | |
| tree | 45101e68c37cb5d5ec743b397fe05206b3c24352 /src/ChangeLog | |
| parent | bd73563158de9b663c701735c96db760c0ed20c4 (diff) | |
| download | emacs-474d35ca3f9f6942ddaaee2298e83185a736a688.tar.gz emacs-474d35ca3f9f6942ddaaee2298e83185a736a688.zip | |
* fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
only after check for file name handler functions. Signal, when
native functionality is not supported.
(syms_of_fileio): Declare it unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 81379fd1130..1894f6d99ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-04-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK | ||
| 4 | only after check for file name handler functions. Signal, when | ||
| 5 | native functionality is not supported. | ||
| 6 | (syms_of_fileio): Declare it unconditionally. | ||
| 7 | |||
| 1 | 2008-04-10 Jason Rumney <jasonr@gnu.org> | 8 | 2008-04-10 Jason Rumney <jasonr@gnu.org> |
| 2 | 9 | ||
| 3 | * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get | 10 | * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get |