# HG changeset patch # User Juanma Barranquero # Date 1014659043 0 # Node ID 788ea54634045e0a91a2d7bbb8244e516a9d9a9b # Parent d51d403fd80a63f6ffceb07d96fbfca2d6fe4065 *** empty log message *** diff -r d51d403fd80a -r 788ea5463404 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 25 17:41:49 2002 +0000 +++ b/lisp/ChangeLog Mon Feb 25 17:44:03 2002 +0000 @@ -5,6 +5,8 @@ 2002-02-25 Juanma Barranquero + * subr.el (save-match-data): Doc fix. + * ielm.el (ielm-prompt): Allow customization; make it read-only. 2002-02-25 Kim F. Storm @@ -18,7 +20,7 @@ (inferior-emacs-lisp-mode): Make it buffer-local. (ielm-eval-input): Use it to preserve match-data between inputs. -2002-02-24 Juanma Barranquero +2002-02-24 Juanma Barranquero * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.