diff options
| author | Eli Zaretskii | 2010-04-03 12:09:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-03 12:09:56 +0300 |
| commit | 83d02defcee08fdd17b15d69766a4dbe40112da8 (patch) | |
| tree | 176fc273df96e84d338b99c69d81b2d6724c028c /src | |
| parent | 8e13db7799d36335d40c8976c070aa764b9ffc08 (diff) | |
| download | emacs-83d02defcee08fdd17b15d69766a4dbe40112da8.tar.gz emacs-83d02defcee08fdd17b15d69766a4dbe40112da8.zip | |
Fix typo in src/ChangeLog.
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 9d5ec512146..50e12560b91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -494,7 +494,7 @@ | |||
| 494 | 2010-03-12 Eli Zaretskii <eliz@gnu.org> | 494 | 2010-03-12 Eli Zaretskii <eliz@gnu.org> |
| 495 | 495 | ||
| 496 | These changes remove termcap.c from the build on Posix platforms. | 496 | These changes remove termcap.c from the build on Posix platforms. |
| 497 | * Makefilie.in (termcapobj): Move termcap.o from here... | 497 | * Makefile.in (termcapobj): Move termcap.o from here... |
| 498 | (MSDOS_OBJ): ...to here. | 498 | (MSDOS_OBJ): ...to here. |
| 499 | (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is | 499 | (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is |
| 500 | now identical to when LIBS_TERMCAP is defined. | 500 | now identical to when LIBS_TERMCAP is defined. |