aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-15 14:19:02 +0000
committerRichard M. Stallman2002-06-15 14:19:02 +0000
commit568bbe5ed1c38bb0e9dba75a9288f5f1b9edb232 (patch)
treed31c3f0ab3557b946b86909e889460d32008945b /lisp/ChangeLog
parent2268661ae2a28209fd0518017875283234c0f839 (diff)
downloademacs-568bbe5ed1c38bb0e9dba75a9288f5f1b9edb232.tar.gz
emacs-568bbe5ed1c38bb0e9dba75a9288f5f1b9edb232.zip
(ielm-eval-input): Use error-message-string.
(ielm-format-error, ielm-format-errors): Functions deleted.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67dbd77bacb..025fdf30447 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-06-15 Richard M. Stallman <rms@gnu.org>
2
3 * ielm.el (ielm-eval-input): Use error-message-string.
4 (ielm-format-error, ielm-format-errors): Functions deleted.
5
12002-06-14 Kim F. Storm <storm@filanet.dk> 62002-06-14 Kim F. Storm <storm@filanet.dk>
2 7
3 * progmodes/compile.el (grep-tree): Doc fixes. 8 * progmodes/compile.el (grep-tree): Doc fixes.