Mercurial > emacs
comparison lisp/ChangeLog @ 45827:6afcf684fc24
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 14 Jun 2002 09:41:35 +0000 |
parents | b259c26821aa |
children | be6062b5c4cd |
comparison
equal
deleted
inserted
replaced
45826:ffa13f09e36d | 45827:6afcf684fc24 |
---|---|
1 2002-06-14 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * comint.el (comint-snapshot-last-prompt): Bind | |
4 `inhibit-read-only' to t to support read-only prompts. | |
5 (comint-output-filter): Likewise. | |
6 | |
1 2002-06-14 Miles Bader <miles@gnu.org> | 7 2002-06-14 Miles Bader <miles@gnu.org> |
2 | 8 |
3 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'. | 9 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'. |
4 (pop): Move the call to `car' outside the prog1, as the compiler | 10 (pop): Move the call to `car' outside the prog1, as the compiler |
5 then generates better code. | 11 then generates better code. |