diff options
| author | Francesco Potortì | 2000-02-03 13:20:50 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2000-02-03 13:20:50 +0000 |
| commit | 19e262bd592f154a4afbd407494b7621f7536a97 (patch) | |
| tree | 7ab7f4a6fe4c6d1507e477b6c166947d43fffce9 /lib-src | |
| parent | e4100b7f374b88b54aa0f51f78598b422b1dc759 (diff) | |
| download | emacs-19e262bd592f154a4afbd407494b7621f7536a97.tar.gz emacs-19e262bd592f154a4afbd407494b7621f7536a97.zip | |
Typos corrected for etags
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 02a6d6c5b11..87687f7d17d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -7,15 +7,15 @@ | |||
| 7 | (EMACS_NAME): New constant macro. | 7 | (EMACS_NAME): New constant macro. |
| 8 | (print_version): Use it. | 8 | (print_version): Use it. |
| 9 | (P_) [__STDC__]: Macro for defining function prototypes. | 9 | (P_) [__STDC__]: Macro for defining function prototypes. |
| 10 | (all functions): Made them static. | ||
| 11 | 10 | ||
| 12 | 2000-01-31 Fabrice Popineau <Fabrice.Popineau@supelec.fr> | 11 | 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr> |
| 13 | 12 | ||
| 14 | * etags.c [WINDOWSNT]: #include <direct.h> | 13 | * etags.c [WINDOWSNT]: #include <direct.h> |
| 15 | 14 | ||
| 16 | 2000-01-31 Martin Buchholz <martin@xemacs.org> | 15 | 2000-01-18 Martin Buchholz <martin@xemacs.org> |
| 17 | 16 | ||
| 18 | * etags.c: Prototypes and static for all the functions. | 17 | * etags.c (all functions): Made them static. |
| 18 | (all functions): Write prototypes. | ||
| 19 | 19 | ||
| 20 | 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 20 | 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 21 | 21 | ||