diff options
| author | Miles Bader | 2000-12-18 01:18:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-12-18 01:18:43 +0000 |
| commit | 5a04700221cb704ec8ebdce2ddf76c1f14ec3faa (patch) | |
| tree | 9a5918b10b41aa9633319b4aaca8ba09fc0656ac /lisp/ChangeLog | |
| parent | dd97db06184ed309989a6c8d876cde653707e705 (diff) | |
| download | emacs-5a04700221cb704ec8ebdce2ddf76c1f14ec3faa.tar.gz emacs-5a04700221cb704ec8ebdce2ddf76c1f14ec3faa.zip | |
(artist-replace-chars, artist-replace-char):
Check that emacs-major-version is `=' to 20, not `>='.
(artist-replace-chars): Use `make-string' instead of a loop.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b2fb3a1bb8..b537260d74f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-12-18 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/artist.el (artist-replace-chars, artist-replace-char): | ||
| 4 | Check that emacs-major-version is `=' to 20, not `>='. | ||
| 5 | (artist-replace-chars): Use `make-string' instead of a loop. | ||
| 6 | |||
| 1 | 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * textmodes/ispell.el (check-ispell-version): If | 9 | * textmodes/ispell.el (check-ispell-version): If |