diff options
| author | Juanma Barranquero | 2002-09-19 07:32:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-19 07:32:14 +0000 |
| commit | 5967d9633f6129517a27455ef3ddedce10ddd613 (patch) | |
| tree | 6dba56546a533159677d60ff133e4479725497dd /lisp/ChangeLog | |
| parent | 0f18f01cab135613298962c2a30ef94c534dea87 (diff) | |
| download | emacs-5967d9633f6129517a27455ef3ddedce10ddd613.tar.gz emacs-5967d9633f6129517a27455ef3ddedce10ddd613.zip | |
(ielm-eval-input): Call `error-message-string' instead of the non-existent
`ielm-format-error'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c49a5fbfcf8..15a7d3c6979 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-09-19 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * ielm.el (ielm-eval-input): Call `error-message-string' instead | ||
| 4 | of the non-existent `ielm-format-error'. | ||
| 5 | |||
| 1 | 2002-09-18 Richard M. Stallman <rms@gnu.org> | 6 | 2002-09-18 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * dired.el (dired-mark-pop-up): Doc fix. | 8 | * dired.el (dired-mark-pop-up): Doc fix. |