diff options
| author | Eli Zaretskii | 2011-03-12 14:05:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-12 14:05:05 +0200 |
| commit | ecb0f94d1879163e49de80fe46dd2bee94615331 (patch) | |
| tree | 975243d29aac04e87b4317bb7ea24de8a509ea09 /src | |
| parent | 058e5dad0e18c6c67cf8ad7681f98f0768b60f31 (diff) | |
| download | emacs-ecb0f94d1879163e49de80fe46dd2bee94615331.tar.gz emacs-ecb0f94d1879163e49de80fe46dd2bee94615331.zip | |
src/ChangeLog: Fix last entry for deps.mk.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e4023e996a..5976265ef85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | Constify `char *' arguments and their references according to | 5 | Constify `char *' arguments and their references according to |
| 6 | prototypes in tparam.h. | 6 | prototypes in tparam.h. |
| 7 | 7 | ||
| 8 | * deps.mk (termcap.o): Depend on tparam.h. | 8 | * deps.mk (termcap.o): Depend on tparam.h and msdos.h. |
| 9 | 9 | ||
| 10 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. | 10 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. |
| 11 | Adapt all references accordingly. | 11 | Adapt all references accordingly. |