diff options
| author | Dave Love | 2001-01-07 21:15:54 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-07 21:15:54 +0000 |
| commit | 64d4ec0fe141c018287aa54e8cc9fe6aac225784 (patch) | |
| tree | 67818b4c66f1fbaebb023246f6aabd1c35920cd0 /src/ChangeLog | |
| parent | 4deb3ba9463df46b73b34b315d5d845f628969fd (diff) | |
| download | emacs-64d4ec0fe141c018287aa54e8cc9fe6aac225784.tar.gz emacs-64d4ec0fe141c018287aa54e8cc9fe6aac225784.zip | |
(Fread_key_sequence_vector): Avoid newline in
arglist, for documentation's sake.
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 1af0d450408..fd1cec2306f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-07 Dave Love <d.love@dl.ac.uk> | ||
| 2 | |||
| 3 | * keyboard.c (Fread_key_sequence_vector): Avoid newline in | ||
| 4 | arglist, for documentation's sake. | ||
| 5 | |||
| 1 | 2001-01-06 Andrew Innes <andrewi@gnu.org> | 6 | 2001-01-06 Andrew Innes <andrewi@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead | 8 | * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead |
| @@ -29,6 +34,8 @@ | |||
| 29 | 34 | ||
| 30 | 2001-01-04 Dave Love <fx@gnu.org> | 35 | 2001-01-04 Dave Love <fx@gnu.org> |
| 31 | 36 | ||
| 37 | * editfns.c (Fformat): Doc fix. | ||
| 38 | |||
| 32 | * systime.h (set_file_times): Prototype. | 39 | * systime.h (set_file_times): Prototype. |
| 33 | 40 | ||
| 34 | * widget.h (EmacsFrameSetCharSize_): Prototype. | 41 | * widget.h (EmacsFrameSetCharSize_): Prototype. |