Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5526:9a046b2e6494
Fix get-other-frame bug.
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2011-06-23 Didier Verna <didier@xemacs.org>
From smitchel <smitchel@bnin.net>
* frame.el (get-other-frame): Add missing first argument THIS to
the call to NEXT-FRAME.
author | Didier Verna <didier@lrde.epita.fr> |
---|---|
date | Thu, 23 Jun 2011 08:55:35 +0200 |
parents | 2a6a8da4dd7c |
children | dc88f282ddc3 |
comparison
equal
deleted
inserted
replaced
5525:2a6a8da4dd7c | 5526:9a046b2e6494 |
---|---|
1 2011-06-23 Didier Verna <didier@xemacs.org> | |
2 | |
3 From smitchel <smitchel@bnin.net> | |
4 * frame.el (get-other-frame): Add missing first argument THIS to | |
5 the call to NEXT-FRAME. | |
6 | |
1 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> | 7 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * cl-macs.el (cl-defsubst-expand): | 9 * cl-macs.el (cl-defsubst-expand): |
4 It is occasionally the case that the symbol naming the argument | 10 It is occasionally the case that the symbol naming the argument |
5 co-incides with the value that it is replacing; in that case, | 11 co-incides with the value that it is replacing; in that case, |