diff options
| author | Michael Albinus | 2008-04-10 20:35:54 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-04-10 20:35:54 +0000 |
| commit | e89b536d4b54f200b2f9a6f4561d4b634ef4bbe0 (patch) | |
| tree | 08a40dbfe653a3b223c0f813837056b5164dd5fe /src/ChangeLog | |
| parent | 31403b2446c0f130398c64bdfd3a0b81cc87baac (diff) | |
| download | emacs-e89b536d4b54f200b2f9a6f4561d4b634ef4bbe0.tar.gz emacs-e89b536d4b54f200b2f9a6f4561d4b634ef4bbe0.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 34edb2370b3..3e222ecf376 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 | * w32menu.c (is_simple_dialog, simple_dialog_show): New functions. | 10 | * w32menu.c (is_simple_dialog, simple_dialog_show): New functions. |