aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-12-18 01:18:43 +0000
committerMiles Bader2000-12-18 01:18:43 +0000
commit5a04700221cb704ec8ebdce2ddf76c1f14ec3faa (patch)
tree9a5918b10b41aa9633319b4aaca8ba09fc0656ac /lisp/ChangeLog
parentdd97db06184ed309989a6c8d876cde653707e705 (diff)
downloademacs-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/ChangeLog6
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 @@
12000-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
12000-12-16 Eli Zaretskii <eliz@is.elta.co.il> 72000-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