diff options
| author | Eli Zaretskii | 2011-02-14 19:58:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-14 19:58:13 +0200 |
| commit | ef72f149bdb1aeaf2587904f578bb26ec4c1bf99 (patch) | |
| tree | cd844c2a91831a63b43fe6ac60f8ceca8134a51b /src/ChangeLog | |
| parent | fc3ca11315448fa7310f064fd9953b943ae733bf (diff) | |
| download | emacs-ef72f149bdb1aeaf2587904f578bb26ec4c1bf99.tar.gz emacs-ef72f149bdb1aeaf2587904f578bb26ec4c1bf99.zip | |
Fix the MS-DOS build due to introduction of B_.
msdos.c (IT_frame_up_to_date):
s/msdos.h (MODE_LINE_BINARY_TEXT): Use B_ for the MS-DOS build.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 904a89fb663..2f5749238ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * msdos.c (IT_frame_up_to_date): | ||
| 4 | * s/msdos.h (MODE_LINE_BINARY_TEXT): Use B_ for the MS-DOS build. | ||
| 5 | |||
| 3 | * dired.c (directory_files_internal): | 6 | * dired.c (directory_files_internal): |
| 4 | * fileio.c (Finsert_file_contents): | 7 | * fileio.c (Finsert_file_contents): |
| 5 | * insdel.c (prepare_to_modify_buffer): | 8 | * insdel.c (prepare_to_modify_buffer): |