Mercurial > emacs
comparison src/ChangeLog @ 91667:b3e6289494fb
(concat): Move side effect outside of macro call.
(hash_clear): Use ASET.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 08 Feb 2008 16:18:45 +0000 |
parents | a25d41a606b7 |
children | aeadaa72f7b1 |
comparison
equal
deleted
inserted
replaced
91666:2229d6434820 | 91667:b3e6289494fb |
---|---|
1 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * fns.c (concat): Move side effect outside of macro call. | |
4 (hash_clear): Use ASET. | |
5 | |
1 2008-02-08 Richard Stallman <rms@gnu.org> | 6 2008-02-08 Richard Stallman <rms@gnu.org> |
2 | 7 |
3 * frame.c (Fdelete_frame): If FORCE, don't call hooks. | 8 * frame.c (Fdelete_frame): If FORCE, don't call hooks. |
4 If FORCE, and frame has a surrogate minibuffer for another frame, | 9 If FORCE, and frame has a surrogate minibuffer for another frame, |
5 delete the other frame first. | 10 delete the other frame first. |