diff options
| author | Gerd Moellmann | 2001-01-31 12:22:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-31 12:22:58 +0000 |
| commit | ce070307f0bd0936d0c077a932c574184d78ef7c (patch) | |
| tree | 0559b8b302c5286d42d0f3597cdcb3cd49d77a0b /src/ChangeLog | |
| parent | 7dd77513d42048801270f6970b124edd25730544 (diff) | |
| download | emacs-ce070307f0bd0936d0c077a932c574184d78ef7c.tar.gz emacs-ce070307f0bd0936d0c077a932c574184d78ef7c.zip | |
(Fmake_list): Add a QUIT in the loop; unroll the loop.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b977060629d..ad4cbfab5c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop. | ||
| 4 | |||
| 1 | 2001-01-31 Dave Love <fx@gnu.org> | 5 | 2001-01-31 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * textprop.c (Fset_text_properties): Fix newline in doc string. | 7 | * textprop.c (Fset_text_properties): Fix newline in doc string. |